Telogis.GeoBase.Widgets.AbstractWidget |
Widgets.AbstractWidget inherits from AbstractDOMEntity.
A class from which elements such as maps and map controls are derived.
Name | Description | ||||||
---|---|---|---|---|---|---|---|
Widgets.AbstractWidget(config, beforeAttach) | Arguments
|
Name | Description |
---|---|
destroy () | Frees resources used by the Widgets.AbstractWidgets. Typically, one will not want to destroy widgets during the lifetime of the page, but once the page unloads, the GeoBase cleanup callback should automatically call this on every one constructed. |
Name | Type | Description |
---|---|---|
Key | EventHandler | An event triggered when a key is pressed and the mouse cursor is over the widget. |
MouseWheel | EventHandler | An event triggered when the mouse wheel is scrolled and the mouse cursor is over the widget. |