since you only want a different view for one part of your app and in a
form, the way to do it (least work I'd say) is to override the form:

<extend tag="form" for="ModelName">
  <old-form merge>
    <field-list:>
      <field-name-view:>
        <select-input options="&[['Yes', true], ['No', false]]"/>
      </field-name-view:>
...

On Jun 10, 8:31 am, Joachim <[email protected]> wrote:
> > Or if you want to change input for all booleans in your app define your
> > own <input> for boolean.
>
> Looking at title you want the second option. If you want it not on all
> pages don't add your customized <input> to default taglib, include it
> only where you want it.
>
> Joachim

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to