-
Notifications
You must be signed in to change notification settings - Fork 34
classes_lib_jquery ui_uiselectmenu.class
Daniel Spors edited this page Dec 19, 2023
·
3 revisions
This is a custom select. See http://www.filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/ this component is only very few tested known issue: weird effects in uiDialog
Extends: uiControl » Control » Renderable
Adds an option to the selectmenu.
Definition: public function AddOption($name, $value, $icon=false)
Returns: void
Parameters:
-
string $name
The label -
mixed $value
The value -
string $icon
An image as icon
Defines the selected option.
Definition: public function SetSelected($value)
Returns: void
Parameters:
-
mixed $value
The selected value
Definition: public function __construct($options)
Returns: NOT DOCUMENTED
Parameters: