Top

SelectBox

Contents

Review needed

A dropdown list of selectable items, with type ahead feature.

File /widgets/selectbox/Snippet.tpl
{@aria:SelectBox {

  options : data.countries,
  bind : {
    value : {
      to : country,
      inside : data.widgets
    }
  }

}

The whole list of configuration parameters is available in SelectBoxCfg bean.

Sample Usage

This page was last modified on 19 April 2012, at 15:26 and has been viewed 952 times.