HTML::FormFu::ExtJS::Element::ComboBox - An editable select box


HTML-FormFu-ExtJS documentation  | view source Contained in the HTML-FormFu-ExtJS distribution.

Index


NAME

Top

HTML::FormFu::ExtJS::Element::ComboBox

VERSION

Top

version 0.090

DESCRIPTION

Top

Creates an editable select box.

The default ExtJS setup is:

  "mode"           : "local",
  "editable"       : true,
  "displayField"   : "text",
  "valueField"     : "value",
  "autoWidth"      : false,
  "forceSelection" : true,
  "triggerAction"  : "all",
  "store"          : new Ext.data.SimpleStore( ... ),
  "xtype"          : "combo"

NAME

Top

HTML::FormFu::ExtJS::Element::ComboBox - An editable select box

SEE ALSO

Top

HTML::FormFu::Element::Select

COPYRIGHT & LICENSE

Top

AUTHOR

Top

Moritz Onken <onken@netcubed.de>

COPYRIGHT AND LICENSE

Top


HTML-FormFu-ExtJS documentation  | view source Contained in the HTML-FormFu-ExtJS distribution.