⁘ ui.core.manipulators

BaseManipulator

go to → Members

new BaseManipulator(p_element, p_autoHide)

An BaseManipulator is an abstract control wrapper to manipulate a DOM element. It circumvents the need for a fully-fledged display object to avoid bloating the DOM.

Parameters:
Name Type Default Description
p_element Element null
p_autoHide boolean true

Members

content :*

TODO

element :Element

TODO

read-onlyisVisible :boolean

TODO

order :number

TODO

Methods

Set(p_value) → {boolean}

Set the content of the manipulated element.

Parameters:
Name Type Description
p_value *