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
<td>(required) the type of a control, set it to "menuItem". If not specified - the <a href="../../navitem">"navItem"</a> type is applied by default.</td>
42
-
</tr>
40
+
<td><b>type</b></td>
41
+
<td>(required) the type of a control, set it to "menuItem". If not specified - the <a href="../../navitem">"navItem"</a> type is applied by default.</td>
42
+
</tr>
43
43
<tr>
44
-
<td><b>id</b></td>
45
-
<td>(optional) the id of a control, auto-generated if not set</td>
46
-
</tr>
47
-
<tr>
48
-
<td><b>parent</b></td>
49
-
<td>(optional) the parent of the item</td>
50
-
</tr>
51
-
<tr>
52
-
<td><b>value</b></td>
53
-
<td>(optional) a value for the menu item. You need to set either the <b>value</b> or <b>html</b> property to the item</td>
54
-
</tr>
55
-
<tr>
56
-
<td><b>items</b></td>
57
-
<td>(optional) an array of children controls (note that all the children should have the type <i>menuItem</i>)</td>
58
-
</tr>
59
-
<tr>
60
-
<td><b>count</b></td>
61
-
<td>(optional) a badge with a number</td>
62
-
</tr>
44
+
<td><b>id</b></td>
45
+
<td>(optional) the id of a control, auto-generated if not set</td>
46
+
</tr>
63
47
<tr>
64
-
<td><b>countColor</b></td>
65
-
<td>(optional) the color of a badge with number: "danger" | "secondary" | "primary" | "success" </td>
66
-
</tr>
67
-
<tr>
68
-
<td><b>hotkey</b></td>
69
-
<td>(optional) the name of a keyboard shortcut for a menu item</td>
70
-
</tr>
71
-
<tr>
72
-
<td><b>html</b></td>
73
-
<td>(optional) a string with HTML that should be inserted into the menu item</td>
74
-
</tr>
48
+
<td><b>parent</b></td>
49
+
<td>(optional) the parent of the item</td>
50
+
</tr>
75
51
<tr>
76
-
<td><b>icon</b></td>
77
-
<td>(optional) the name of an <a href="../../../menu/customization">icon</a> from the used icon font</td>
78
-
</tr>
79
-
<tr>
80
-
<td><b>tooltip</b></td>
81
-
<td>(optional) a tooltip for the menuItem</td>
82
-
</tr>
83
-
<tr>
84
-
<td><b>css</b></td>
85
-
<td>(optional) adds style classes</td>
86
-
</tr>
87
-
<tr>
88
-
<td><b>disabled</b></td>
89
-
<td>(optional) defines whether an item is disabled</td>
90
-
</tr>
91
-
<tr>
92
-
<td><b>hidden</b></td>
93
-
<td>(optional) defines whether a control is hidden</td>
94
-
</tr>
52
+
<td><b>value</b></td>
53
+
<td>(optional) a value for the menu item. You need to set either the <b>value</b> or <b>html</b> property to the item</td>
54
+
</tr>
55
+
<tr>
56
+
<td><b>items</b></td>
57
+
<td>(optional) an array of children controls (note that all the children should have the type <i>menuItem</i>)</td>
58
+
</tr>
59
+
<tr>
60
+
<td><b>count</b></td>
61
+
<td>(optional) a badge with a number</td>
62
+
</tr>
63
+
<tr>
64
+
<td><b>countColor</b></td>
65
+
<td>(optional) the color of a badge with number: "danger" | "secondary" | "primary" | "success" </td>
66
+
</tr>
67
+
<tr>
68
+
<td><b>hotkey</b></td>
69
+
<td>(optional) the name of a keyboard shortcut for a menu item</td>
70
+
</tr>
71
+
<tr>
72
+
<td><b>html</b></td>
73
+
<td>(optional) a string with HTML that should be inserted into the menu item</td>
74
+
</tr>
75
+
<tr>
76
+
<td><b>icon</b></td>
77
+
<td>(optional) the name of an <a href="../../../menu/customization">icon</a> from the used icon font</td>
78
+
</tr>
79
+
<tr>
80
+
<td><b>tooltip</b></td>
81
+
<td>(optional) a tooltip for the menuItem</td>
82
+
</tr>
83
+
<tr>
84
+
<td><b>css</b></td>
85
+
<td>(optional) adds style classes</td>
86
+
</tr>
87
+
<tr>
88
+
<td><b>disabled</b></td>
89
+
<td>(optional) defines whether an item is disabled</td>
90
+
</tr>
91
+
<tr>
92
+
<td><b>hidden</b></td>
93
+
<td>(optional) defines whether a control is hidden</td>
0 commit comments