- Source:
Members
(static, constant) openCloseSignal
Emitted whenever the options bar is opened or closed. Handlers are called with the following parameters:
opened: Boolean
, the opened status
- Source:
Methods
(static) close()
Close the options bar.
- Source:
(static) isOpened() → {Boolean}
Tell if the options bar is opened or not.
- Source:
Returns:
- Type
- Boolean
(static) open()
Open the options bar.
- Source:
(static) setContent(contentnullable)
Set the content of the options bar.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
content |
jQuery |
<nullable> |
the new options bar content; |
- Source: