PEAR | --BifWidget | --BifContainer | --FormSelect
This is a Basic form widget, HTML's <select></select> It should only have FormSelectItem childs!
Note: you can call method addOption(value, description, selected) to add options to the selection.
[line 43]
[line 41]
FormSelect FormSelect( [$attrs $attrs = array()], string 1, string 2)
void addOption( mixed $value, mixed $desc, [mixed $selected = false])
void formatted( )
void preChilds( )