Extends
Members
isBrowser :boolean
- Inherited From:
Methods
_Bind(p_func)
- Inherited From:
_Init()
- Inherited From:
_PostInit()
- Inherited From:
CSS(p_id, p_properties) → {string}
Return a CSS string formatted as id{ prop:value; }
Parameters:
| Name | Type | Description |
|---|---|---|
p_id |
string | |
p_properties |
object |
Compose(p_base, p_source)
Add p_source properties & values from p_source missing into p_base. Only merge array, does not overwrite values.
Parameters:
| Name | Type | Description |
|---|---|---|
p_base |
* | |
p_source |
* |
CSSImport(p_import_path) → {Element}
Return an HTMLElement formatted as
Parameters:
| Name | Type | Description |
|---|---|---|
p_import_path |
string |
Extends(p_base, p_source)
Add p_source properties & values from p_source missing into p_base. Only merge array, does not overwrite values.
Parameters:
| Name | Type | Description |
|---|---|---|
p_base |
* | |
p_source |
* |
InlineCSS(p_id, p_properties) → {string}
Return an inline CSS string formatted as prop:value;
Parameters:
| Name | Type | Description |
|---|---|---|
p_id |
string | |
p_properties |
object |
Merge(p_base, p_source)
Overwrites properties in base with copies of value in source
Parameters:
| Name | Type | Description |
|---|---|---|
p_base |
* | |
p_source |
* |
Style(p_properties) → {Element}
Return a CSS style element formatted as
Parameters:
| Name | Type | Description |
|---|---|---|
p_properties |
Object | string |