Extends
Members
isBrowser :boolean
- Inherited From:
Methods
(p_func)
_Bind- Inherited From:
()
_Init- Inherited From:
()
_PostInit- Inherited From:
(p_id, p_properties) → {string}
CSSReturn a CSS string formatted as id{ prop:value; }
Parameters:
Name | Type | Description |
---|---|---|
p_id |
string | |
p_properties |
object |
(p_base, p_source)
ComposeAdd 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 |
* |
(p_import_path) → {Element}
CSSImportReturn an HTMLElement formatted as
Parameters:
Name | Type | Description |
---|---|---|
p_import_path |
string |
(p_base, p_source)
ExtendsAdd 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 |
* |
(p_id, p_properties) → {string}
InlineCSSReturn an inline CSS string formatted as prop:value;
Parameters:
Name | Type | Description |
---|---|---|
p_id |
string | |
p_properties |
object |
(p_base, p_source)
MergeOverwrites properties in base with copies of value in source
Parameters:
Name | Type | Description |
---|---|---|
p_base |
* | |
p_source |
* |
(p_properties) → {Element}
StyleReturn a CSS style element formatted as
Parameters:
Name | Type | Description |
---|---|---|
p_properties |
Object | string |