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
isVisible :boolean
TODO
order :number
TODO
size :ui.core.helpers.FlagEnum
TODO
Methods
Set(p_value) → {boolean}
Set the content of the manipulated element.
Parameters:
| Name | Type | Description |
|---|---|---|
p_value |
* |