Class: BasicWidget

BasicWidget()

This is the base widget for all other widgets. For information on using widgets, see the tutorial widget_basics.

Constructor

new BasicWidget()

Source:

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>