NAME

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

VERSION

version 0.072

DESCRIPTION

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"

SEE ALSO

HTML::FormFu::Element::Select

COPYRIGHT & LICENSE

Copyright 2009 Moritz Onken, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.