⁘ ui.core

DOMTemplate

go to → Members

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

protected__HTMLtemplate :array

TODO

Methods

staticRender(p_tpl, p_host, p_options)

TODO

Parameters:
Name Type Description
p_tpl ui.core.DOMTemplate
p_host Element
p_options object

staticprotected_Add(p_element, p_idopt, p_parentIdopt)

TODO

Parameters:
Name Type Attributes Default Description
p_element Element
p_id string <optional>
null
p_parentId string <optional>
null

staticprotected_CreateTemplate()

Create a node template to be cloned by _RenderTemplate to speed up initialization.