Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • ToolbarObject

    An object which contains information about the Toolbar. Use flexmonster.toolbar to get a reference to the Toolbar instance. It allows calling its functions on the page from outside of Flexmonster Pivot. To customize the Toolbar, refer to our customizing tutorial.

    Example

    Open conditional formatting dialog:

    function openConditionalFormattingDialog() {
    	flexmonster.toolbar.conditionalFormattingHandler();
    }

    Open on JSFiddle.

    See also

    Customizing the Toolbar