File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,9 @@ The element triggering the menu.
8383
8484### callbacks
8585
86- Registered [ callbacks] ( #callback ) of all commands (including those of sub-menus).
86+ Registered [ callbacks] ( #callback ) of all commands (including those of sub-menus).
87+
88+ Warning: If you use the same keys for an item in any place, it will overwrite that callback here.
8789
8890` callbacks ` : ` array `
8991
@@ -92,12 +94,16 @@ Registered [callbacks](#callback) of all commands (including those of sub-menus)
9294
9395Registered commands (including those of sub-menus).
9496
97+ Warning: If you use the same keys for an item in any place, it will overwrite that command here.
98+
9599` commands ` : ` array `
96100
97101### inputs
98102
99103Registered commands of input-type (including those of sub-menus).
100104
105+ Warning: If you use the same keys for an item in any place, it will overwrite that command here.
106+
101107Access a specific ` <input> ` : ` opt.inputs[key].$input `
102108
103109` inputs ` : ` jQuery element `
You can’t perform that action at this time.
0 commit comments