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: README.md
+13-12
Original file line number
Diff line number
Diff line change
@@ -251,21 +251,22 @@ The manifest describes the elements of the component that will be available via
251
251
}
252
252
```
253
253
254
-
| Attributes ||||
255
-
|---- | ----| ----| ----|
256
-
| `name` | The name that will be displayed below the button | ① | Mandatory
257
-
| `media` | File name of the image used for the button. |⑦| If omitted a default picture is used
258
-
| `handler` | The name of the ‘entry point’ method for your component. <br>I suggest that this name starts with an underscore (`_`) to avoid it interfering with the type ahead, as it is shared. | ② | Mandatory
259
-
| `default` | The name of the method to be executed when the user clicks on the strip's button | ③ ④ ⑤| Optional if `tools`is defined
260
-
| `tools` | Collection of [tool objects](#tool) that will be displayed as a linked menu | ④ ⑥
261
-
| `popup` | To force the display of a linked menu indicator even if there is only one tool | ④
262
-
| `ondrop` | The name of the method to be executed at the time of a drop on the button | ③
263
-
| `helptip` | Text of help tip associated with button
254
+
| Attributes ||||
255
+
|------------|----|:----:|----|
256
+
| `name` | The name that will be displayed below the button | ① | Mandatory
257
+
| `media` | File name of the image used for the button. |⑦| If omitted a default picture is used
258
+
| `handler` | The name of the ‘entry point’ method for your component. <br>I suggest that this name starts with an underscore (`_`) to avoid it interfering with the type ahead, as it is shared. | ② | Mandatory
259
+
| `default` | The name of the method to be executed when the user clicks on the strip's button | ③ ④ ⑤| Optional if `tools`is defined
260
+
| `tools` | Collection of [tool objects](#tool) that will be displayed as a linked menu | ④ ⑥
261
+
| `popup` | To force the display of a linked menu indicator even if there is only one tool | ④
262
+
|`ondrop` | The name of the method to be executed at the time of a drop on the button | ③
263
+
| `initproc` | The name of the method to be executed when the component is loaded | ③
264
+
| `helptip` | Text of help tip associated with button
264
265
265
266
### <aname="tool">tool object</a>
266
267
267
-
| Attributes ||||
268
-
|----|----|----|----|
268
+
| Attributes ||||
269
+
|------------|----|:----:|----|
269
270
| `name` | Name of the tool as it will appear in the menu associated with the button | ① ④ | Mandatory if there are several `tool`<br>• pass "-" to display a separator line
270
271
| `method` | The name of the method to run when the item is selected | ③ | Mandatory
0 commit comments