Constructor
new module:br-test /viewhandler /Typed Value()
- Implements:
Methods
get(eElement, vValue)
Inspects eElement and returns the value of its particular property.
Parameters:
| Name | Type | Description |
|---|---|---|
eElement |
DOMElement | DOM element |
vValue |
Variant | value to be used when inspecting the element |
set(eElement, vValue)
Updates eElement in a particular way, for example by setting a vValue on one of its properties.
Parameters:
| Name | Type | Description |
|---|---|---|
eElement |
DOMElement | DOM element |
vValue |
Variant | value to be set on eElement |