See http://web2py.com/book/default/chapter/07#Widgets.
On Monday, October 10, 2011 5:09:03 PM UTC-4, Anthony wrote:
>
> On Monday, October 10, 2011 5:01:52 PM UTC-4, Cliff wrote:
>>
>> Wait a minute, though. I want a drop down menu.
>>
>> So if I do this:
>> Field('status', 'string', requires = IS_IN_SET({'A' : 'Apple', 'B':
>> 'Banana'}))
>>
>> I will get a drop down?
>
>
> Yes.
>

