cleanup Ox.Menu docs
This commit is contained in:
parent
c7da33a08c
commit
ee677fbe8a
|
@ -1994,6 +1994,7 @@ requires
|
|||
Ox.Menu = function(options, self) {
|
||||
|
||||
/*
|
||||
|
||||
options:
|
||||
element the element the menu is attached to
|
||||
id the menu id
|
||||
|
@ -2002,12 +2003,14 @@ requires
|
|||
offset offset of the menu, in px
|
||||
parent the supermenu, if any
|
||||
selected the position of the selected item
|
||||
side "bottom" or "right"
|
||||
side open to "bottom" or "right"
|
||||
size "large", "medium" or "small"
|
||||
events
|
||||
|
||||
events:
|
||||
change_groupId {id, value} checked item of a group has changed
|
||||
click_itemId item not belonging to a group was clicked
|
||||
hide_menuId menu was hidden
|
||||
|
||||
*/
|
||||
|
||||
var self = self || {},
|
||||
|
|
Loading…
Reference in New Issue
Block a user