I defined the following field:
Field('moduleID',type='integer',requires=IS_EMPTY_OR(IS_IN_SET([ABOUTGROUPID,CALENDARGROUPID],labels=['About','Kalender'])),widget=SQLFORM.widgets.radio.widget,label='Module
* '),
In the form the radio widget is rendered as a table with the label beneath
the input, I' d like to have the label to the right of the input.
How do I get this done?
I tried:
widget=SQLFORM.widgets.radio.widget(style='ul') but tat results in an
error: 1 attribute provided where 3 are needed.
Kind regards,
Annet
--