diff --git a/entries/selectmenu.xml b/entries/selectmenu.xml index 18055590..223c913f 100644 --- a/entries/selectmenu.xml +++ b/entries/selectmenu.xml @@ -119,6 +119,53 @@ Returns a jQuery object containing the button element. + + + +

Method that controls the creation of the generated button content. The method must create and return a new element.

+
+ + + Whether the item is disabled. + + + A reference to the item's original <option> element. + + + The numeric index of the item. + + + The string to display for the item. + + + If the item is within an <optgroup>, this is set to that <optgroup>'s label. + + + The value attribute of the item's original <option>. + + + + Add a jQuery UI icon to each generated button who's select has a data-icon attribute. + + +
+
A simple jQuery UI Selectmenu