Methods
cssBlock(block) → {this}
Accepts a string of CSS to add with the widget.
Parameters:
Name | Type | Description |
---|---|---|
block |
string |
- Source:
Returns:
for chaining
- Type
- this
doRender() → {JQuery.<HTMLElement>}
Method used for rendering the widget.
Your class should override this method.
- Source:
Returns:
Your widget.
- Type
- JQuery.<HTMLElement>