<forms:option>
AJAX
Data
Forms
ATTRIBUTES
Layout
Logic
Navigation
Personalisation
Standard
Templates
Regions
Third Party

<forms:option> </...>

Used inside <forms:combobox> to manually add selectable options.

Content

text
The label of the option as it will appear in the parent ComboBox or SelectList.

Attributes

disabled
bool
Sets whether the option is selectable or not.
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
title
string
Can be used instead of inserting content inside the Option tag.
value
string
The value of the parent when this Option is selected.
Not to be confused with the label the Option.

Examples

No examples yet.