This object provides functionalities for controlling the button of the toolbar.
ToolbarButton| Method | Description |
|---|---|
| activate | Marks the button as active. |
| deactivate | Marks the button as inactive. |
| disable | Disables the button. |
| enable | Enables the button. |
| hide | Hides the button. |
| show | Displays the button. |
| Property | Description |
|---|---|
| image | Sets the button's image URL. |
| onclick | Sets an onclick event-handler method for handling click-actions on the button. |
| title | Sets the button's title. |