Constructor
new Widget(config)
- Source:
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
config |
Object | Configuration object Properties
|
Methods
(protected) format() → {Object}
- Source:
Processes the widget value and returns a human friendly version.
Returns:
- Current widget value prepared to be shown
- Type
- Object
refresh()
- Source:
Reloads the widget value using the formatted value.
render()
- Source:
Renders the widget layout.