W dniu 10.06.2010 10:51, Pete pisze: > the <select-input options="&[['Yes', true], ['No', false]]"/> seems to > work fine in the view, but I am unsure on how to apply this to each > individual field in question.
You could define your own type[0] using boolean as base and redefine <input> for it. And use that type where you want different input. Or if you want to change input for all booleans in your app define your own <input> for boolean. [0] http://cookbook.hobocentral.net/recipes/1-add-your-own-rich-type -- 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.
