Skin:
Select the skin you want apply to the TreeView
 
 
To define a new skin see this page: 
NewSkin 
 
Common css style:
Define a common style for the nodes, used when the node don't have a own css style
 
 
Speed:
The spped for the open and close movement
 
 
Persist cookie:
Not available in the current version
 
 
Collapsed:
If checked the TreeView open with all the nodes collapsed.
If not checked each element will be open with it's status, like you define in the nodes list
 
 
Unique open:
If checked only one node (first level node) can be opened and on each click the extension close all the other first level node.
 
 
Controls:
Define if show and where the 2 links to open and close all the nodes
 
 
Expand text:
When the Controls is set define the text for the Expand nodes link, can also be an image path that can be choose with the button to the right
 
 
Collapse text:
When the Controls is set define the text for the Collapse nodes link, can also be an image path that can be choose with the button to the right
 
 
Nodes:
The list of nodes. Use the button Add/Edit/Del to setup the nodes list.
 
 
Each node has some property:
 
 
Text:
The text show in the node
 
 
Url:
If you need your node is a link you can write the link url in this field. Can also be a javascript function, but in this case must be like: javascript:yourFunction()
 
 
Target:
The target where open the link url. In case you need open the link in a popup you can define the target value with this method: "name_width_height" like for example "MyPopUp_400_300" the extension will open the link in a popup of width = 400px and height = 300px and the name will be "MyPopUp". The popup will be open at top left corner of the screen.
 
 
Css style:
The css style for the node.