Top

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.

Sample Usage

This page was last modified on 2 May 2012, at 15:51 and has been viewed 952 times.