Page 1 of 1

How do I make a field into a drop down selector?

PostPosted: Mon Aug 08, 2011 7:14 am
by JSours
I looked in http://xataface.com/documentation/tutor ... ustomizing, but I don't see anything about making a field a drop down selector. any ideas?

Thank you

Re: How do I make a field into a drop down selector?

PostPosted: Mon Aug 08, 2011 7:34 am
by ADobkin
ENUM field types, if set up that way in the database with a static list, will automatically display as drop-down selection lists. If that doesn't meet your needs, simply click on the next page in the getting started guide:

Using Value-lists
http://xataface.com/documentation/tutor ... valuelists

Re: How do I make a field into a drop down selector?

PostPosted: Mon Aug 08, 2011 7:37 am
by JSours
Ah ha, Thank you!