TreeNavigator

TreeNavigator is a Perl module with navigation in a tree structure.
Download

TreeNavigator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Laurent Dami
  • Publisher web site:
  • http://search.cpan.org/~dami/

TreeNavigator Tags


TreeNavigator Description

TreeNavigator is a Perl module with navigation in a tree structure. TreeNavigator is a Perl module with navigation in a tree structure.SYNOPSIS < head > < script src="prototype.js" >< /script > < script src="Keymap.js" >< /script > < script src="Navigator.js" >< /script > < link href="Navigator.css" rel="stylesheet" type="text/css" > < /head > < body onload="new GvaScript.TreeNavigator('TN_tree')" > < div id="TN_tree" > < div class="TN_node" > < span class="TN_label" >Label 1< /span > < div class="TN_content" > < div class="TN_node" > < span class="TN_label" >Label 1.1< /span > < div class="TN_content" > ...Content of node 1.1 < /div > < /div > < div class="TN_leaf" > < span class="TN_label" >Label 1.2 for leaf< /span > < /div > < /div > < /div > < /div > < /body >Handles navigation in a data tree. The tree description is usual HTML, with some special classes to identify nodes. Nodes can be browsed, closed or opened. All operations take place directly within the tree, not in a separate panel.To read further chapters of this documentation, use the arrow keys or the TAB key. To see the whole page at once (for example for printing), press the Ctrl-keypad * key. Requirements: · Perl


TreeNavigator Related Software