Methods
Render(p_host, p_propertyHolder)
Render the DOM template into an host.
Parameters:
Name | Type | Description |
---|---|---|
p_host |
Element | Object to create element into |
p_propertyHolder |
object | Object to create properties onto |
Members
:array
__HTMLtemplateTODO
Methods
(p_tpl, p_host, p_options)
RenderTODO
Parameters:
Name | Type | Description |
---|---|---|
p_tpl |
ui.core.DOMTemplate | |
p_host |
Element | |
p_options |
object |
(p_element, p_idopt, p_parentIdopt)
_AddTODO
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
p_element |
Element | |||
p_id |
string |
<optional> |
null
|
|
p_parentId |
string |
<optional> |
null
|
()
_CreateTemplateCreate a node template to be cloned by _RenderTemplate to speed up initialization.