diff --git a/entries/autocomplete.xml b/entries/autocomplete.xml
index 48565212..d0d60fa3 100644
--- a/entries/autocomplete.xml
+++ b/entries/autocomplete.xml
@@ -177,6 +177,70 @@
Method that controls the creation of each option in the widget's menu. The method must create a new Note: At this time thejQuery
object containing the menu element. Although the menu items are constantly created and destroyed, the menu element itself is created during initialization and is constantly reused.<li>
element, append it to the menu, and return it.<ul>
element created must contain an <a>
element for compatibility with the menu widget. See the example below.<ul>
element that the newly created <li>
element must be appended to.<li>
.
+
<ul>
and an array of items that match the user typed term. Creation of the individual <li>
elements should be delegated to _renderItemData()
.
+ <ul>
element to use as the widget's menu.label
and value
properties.
+
this.menu.element
.
+
+
+
ui-spinner-button
class name for the associated events to work.
+ <button>
elements for the increment and decrement buttons.
+
<input>
element.
+ <div>
with no rounded corners.
+