API Docs for:
Show:

flexiciousNmsp.ToolbarAction Class

A class that represents a custom toolbar action.

Constructor

flexiciousNmsp.ToolbarAction

(
  • [name]
  • [level]
  • [code]
  • [tooltip]
  • [iconUrl]
  • [seperatorBefore]
  • [seperatorAfter]
)

Parameters:

  • [name] Object optional

    Name of the toolbar action

  • [level] Object optional

    Nest Depth of the level to enable the toolbar action for. Nest Depths Start at 1. Use -1 for all levels.

  • [code] Object optional

    The Code associated with the tool bar action, not required.

  • [tooltip] Object optional

    The hover over tooltip when the user hovers over the image specified by the icon url

  • [iconUrl] Object optional

    The image to use for the toolbar action.

  • [seperatorBefore] Object optional

    Whether or not to draw a separator before the toolbar action

  • [seperatorAfter] Object optional

    Whether or not to draw a separator after the toolbar action

Item Index