You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/menu.xml
+14
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,20 @@
240
240
_closeOnDocumentClick: function( event ) {
241
241
return false;
242
242
}
243
+
]]></code>
244
+
</example>
245
+
</method>
246
+
<methodname="_isDivider"return="Boolean">
247
+
<desc>
248
+
Determines whether an item should acually be represented as a divider instead of a menu item. By default any item that contains just spaces and/or dashes is considered a divider.
249
+
</desc>
250
+
<argumentname="item"type="jQuery"/>
251
+
<example>
252
+
<desc>Treat all items as menu items with no dividers.</desc>
0 commit comments