Methods
(static) createElement(options) → {HTMLElement}
Util function to create a HTML element
Parameters:
Name | Type | Description |
---|---|---|
options |
module:webgis4u/util/dom/createElement~CreateHtmlElementOptions | The options |
- Source:
Returns:
An html element
- Type
- HTMLElement
Type Definitions
CreateHtmlElementOptions
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
tag |
string | The tag | |
cssClass |
string |
<optional> |
The class of the element |
- Source: