Documentation

isChecked

checks whether the specified node is checked

boolean isChecked(id id );

Parameters

id idID of the node in question

Returns

boolean*true* if the node is checked; *false* if not

See also

Example

tree.isChecked('part1');

Back to top