The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

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

VERSION

version 0.090

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"

NAME

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

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.

AUTHOR

Moritz Onken <onken@netcubed.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Moritz Onken.

This is free software, licensed under:

The (three-clause) BSD License