...
- Possible choices: "true", "false", "send data"
- Applies to: button, styled button, graphic button, hyperlink, image, menu, tab panel, chart
Auto-Complete Choices
Selection Choices
Menu Options
"choices": Specifies the options for a select box (dropdown or list box), text field with autocomplete, combo box, or menu. The options should be comma separated. To specify submenus for a menu, indent the choices using a dash or a series of dashes.
...
"onoptionclick": Initiates a client-side script when a menu option is clicked. The choice value is passed to the event as a parameter named "value". The choice text is passed to the event as a parameter named "text".
- Applies to: menu
...
Database-Driven Selection
...
- Possible choices: "true", "false"
- Applies to: textbox
...
Dynamic Selection
"choices url": Sets the url to a Web service that returns the choice options and values in JSON format. If a choices url is used, the database file, choice options field, choice value field, and max choices properties are ignored.
...