From 9a14fc14f8a245af502fab854a08459eb4e564df Mon Sep 17 00:00:00 2001
From: Felix Nagel
Date: Tue, 2 Sep 2014 19:39:49 +0200
Subject: [PATCH] Selectmenu: Add documentation for _renderButtonItem extension
point
---
entries/selectmenu.xml | 47 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
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