| » Metadata | » Status |
|---|---|
|
|
| » Description | |
|
A custom HTML_QuickForm element that implements a "combobox". A combobox is a GUI component "composed" by a input text field and a dropdown list. You can enter a value typing into the text field or selecting an alement from the list, such as a select (in HTML terms). Example of use: <?php $form = new HTML_QuickForm('form'); $form->addElement('combobox', 'combo1', 'A combo:', array('first', 'second', 'third')); ?> |
|
| » Dependencies | » Links |
|
|
| » Timeline | » Changelog |
|
|