Methods
decorateWidget()
for overriding
- Source:
(async) doRenderBody()
for overriding
- Source:
widgetCollapsedStateChangedEvent()
This event is used to synchronize collapsed state of all the tab-cached widgets since they are all rendered
separately but should behave uniformly for the user.
- Source:
Type Definitions
ToolbarButtonOptions
Type:
- Object
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
title |
string | ||
icon |
string |
<optional> |
name of the boxicon to be used (e.g. "time" for "bx-time" icon) |
action |
function | callback handling the click on the button | |
shortcut |
string |
<optional> |
keyboard shortcut for the button, e.g. "alt+t" |
- Source: