<tree-count-visible>

The <tree-count-visible> element will verify the number of currently visible nodes in a tree control. This count is based on the nodes a user can currently see on the client’s screen, not the total number of nodes in the tree control. If the specified number of nodes is not currently visible in the tree control a script error is thrown.

Structure

Contains:
  • Text - A non-negative value specifying the number of nodes expected to be currently visible in the tree control.
Contained By:
  • <script>
Attributes
Name Description Data Type Default Value Required
common tree control attributes This element includes the following common tree control attributes:
  • label
  • node
  • sibling
  • child
N/A N/A N/A
common script attributes This element includes the following common script attributes:
  • timeout
  • sleep
N/A N/A N/A