Usage and example of Contextual Toolbar
These examples describe how to create a report and configure the Contextual Toolbar web extension. In these examples, a contextual toolbar is created above a data grid. In the toolbar, these options are displayed:
- Title
- Menu button for export as an Excel or .pdf file
- switch
Creating a report for the Contextual Toolbar web extension
Configuring an item data table for the Contextual Toolbar web extension
Item data properties define button properties as a cell range in a data table or as an .xml definition that is stored as a cell reference.
These values are supported by the column properties of the data table:
- ID: Refers to the unique button name from the item list.
- Caption: Defines the displayed button text.
- Enabled: The button is enabled or disabled with the TRUE or FALSE values, respectively. TRUE is used if a cell is blank.
- Visible: The button is displayed or hidden with the TRUE or FALSE values, respectively TRUE is used for a cell is blank.
- Parent: If you create a menu button, the value defines the unique name of the parent button. To add an option to the button, specify more.
- MediaName: Specifies the shared image unique name of an icon. Only .svg icons without fill attributes are supported.
- Tooltip: Defines a text that is displayed when you hover over the button.