DHTML Tree Menu
Copyright (c) 2004, Apycom Software 
Tree-menu: item visibility
::XP-Style::
Apycom software: apycom.com

Green XP-Style Tree-menu


  • You can specify a visibility for each item.
    Syntax:
         var tmenuItems = [
            ["#itemText", ...]
         ];

    Symbol '#' means this item is hidden.

    Also you can change item visibility dynamically by using apy_tshowItem() function:

         apy_tshowItem(menuN, itemN, visible);

    Where:
         menuN - menu number on a page >=0;
         itemN - item number in the specified menu >=0;
         visible = true/false - item visibility.

    Click here to show the second submenu title and here to hide it.


For more info about menu parameters see [parameters info].

Examples:   
  [XP-style Blue]     [XP-style Silver]     [XP-style Olive]     [Tree-view XP Icons]  
  [XP-style Orange]     [XP-style Green]     [XP-style Red]  


See also:   
  [How to setup]