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.
Open conditional formatting dialog:
function openConditionalFormattingDialog() {
if (pivot.toolbar) {
pivot.toolbar.showConditionalFormattingDialog();
}
}