Samples
Forum
Support
Documentation
addCss
addMeta
addStyle
allowSelect
create
createCss
denySelect
getValue
index
insertBefore
locate
offset
pos
posRelative
preventEvent
remove
removeCss
stopEvent
Start
API Reference
html
Methods
index
returns the node index
number
index
(
HTMLElement
node
);
Parameters
node
HTMLElement
a DOM element
Returns
number
the node index in the child nodes collection of the parent
Example
var
ind
=
webix.
html
.
index
(
someNode
)
;
Back to top