"entry" accepts a style attribute which can take:
                  'auto': {'Label': _('Automatic')},
                  'default': {'Label': _('Default')},
                  'password': {'Label': _('Password/Hidden')},
                  'dropdown': {'Label': _('Dropdown/Combo box')},
                  'listbox': {'Label': _('Listbox')},
                  'checkbox': {'Label': _('Checkbox')},
                  'multiline': {'Label': _('Multiline-Edit')},
                  'label': {'Label': _('Label (non-editable)')} },

Label and multiline worked fine for me. But how do I use dropdown and
listbox? Can someone help me with an example?

Note: Without defining a style, I can get a dropdown (though not combobox)
by adding fk_source atrib to a field . Similarly, I get checkbox for boolean
datatype.

Thanks,
Kishan
_______________________________________________
gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnue

Reply via email to