❄️✨Ho-ho-holiday offer for new projects! Check out our pricing page.
All documentation

ToolbarObject

An object that 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() {
if (pivot.toolbar) {
pivot.toolbar.showConditionalFormattingDialog();
}
}

Live example

See also

Customizing the Toolbar