Skip to content

Commit 1130b3d

Browse files
committed
Menu: Include markup reference in sub-widgets
Closes gh-309
1 parent 05c1372 commit 1130b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

entries/autocomplete.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<extension-points>
186186
<method name="_renderItem" return="jQuery">
187187
<desc>
188-
<p>Method that controls the creation of each option in the widget's menu. The method must create a new <code>&lt;li&gt;</code> element, append it to the menu, and return it.</p>
188+
<p>Method that controls the creation of each option in the widget's menu. The method must create a new <code>&lt;li&gt;</code> element, append it to the menu, and return it. See the <a href="/menu/">Menu</a> documentation for more details about the markup.</p>
189189
</desc>
190190
<argument name="ul" type="jQuery">
191191
<desc>The <code>&lt;ul&gt;</code> element that the newly created <code>&lt;li&gt;</code> element must be appended to.</desc>

entries/selectmenu.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<extension-points>
163163
<method name="_renderItem" return="jQuery">
164164
<desc>
165-
<p>Method that controls the creation of each option in the widget's menu. The method must create a new <code>&lt;li&gt;</code> element, append it to the menu, and return it.</p>
165+
<p>Method that controls the creation of each option in the widget's menu. The method must create a new <code>&lt;li&gt;</code> element, append it to the menu, and return it. See the <a href="/menu/">Menu</a> documentation for more details about the markup.</p>
166166
</desc>
167167
<argument name="ul" type="jQuery">
168168
<desc>The <code>&lt;ul&gt;</code> element that the newly created <code>&lt;li&gt;</code> element must be appended to.</desc>

0 commit comments

Comments
 (0)