flexiciousNmsp.ToolbarAction Class
A class that represents a custom toolbar action.
Constructor
flexiciousNmsp.ToolbarAction
(
-
[name]
-
[level]
-
[code]
-
[tooltip]
-
[iconUrl]
-
[seperatorBefore]
-
[seperatorAfter]
Parameters:
-
[name]
Object optionalName of the toolbar action
-
[level]
Object optionalNest Depth of the level to enable the toolbar action for. Nest Depths Start at 1. Use -1 for all levels.
-
[code]
Object optionalThe Code associated with the tool bar action, not required.
-
[tooltip]
Object optionalThe hover over tooltip when the user hovers over the image specified by the icon url
-
[iconUrl]
Object optionalThe image to use for the toolbar action.
-
[seperatorBefore]
Object optionalWhether or not to draw a separator before the toolbar action
-
[seperatorAfter]
Object optionalWhether or not to draw a separator after the toolbar action