dhx.html
Type: Interface
File:
Based on: has not base object
Included in:
Methods
addCss
- lets you add css class to an element
addMeta
- adds a metadata name/value mapping. Adds the specified value to the list of values associated to the specified metadata name.
addStyle
- adds a css rule on the page
create
- creates a new
HTML
element using the specified tag name, attributes and content.
getValue
- returns node value
index
- returns the node index
insertBefore
- inserts a new node as a child of the specified node, directly before an existing child of this node.
locate
- returns the value of a custom element's attribute
offset
- with the help of this method you can get the position of any html element.
pos
- returns the position of an event
preventEvent
- cancels the default action of the specified event.
remove
- removes the specified html node, can process an array of nodes at once.
removeCss
- removes some defined css class.
stopEvent
- prevents an event from bubbling up.
Events
Doesn't have any
Properties
Doesn't have any