Select
Contents |
A dropdown list of selectable items, similar to the <select> html component.
File /widgets/select/Snippet.tpl
{@aria:Select {
options : data.countries,
bind : {
value : {
to : "country",
inside : data.widgets
}
}
The whole list of configuration parameters is available in SelectCfg bean.
