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
Recordset:
The recordset the extension use to populate the data grid rows.
Unique column key:
Define the unique column key for the recordset and is needed to find child nodes of the tree view.
Parent column key:
The recordset field that is the parent key column for the record. The root must have this field value set to null or to zero.
This is an example on how must be the recordset:
For example:
"Cash" with parent_id = 0 is a root node
"Cash 1" with parent_id = 1 is a child node of "Cash" that has account_id = parent_id = 1
"Sub Cash 1" with parent_id = 2 is a child node of "Cash 1" that has account_id = parent_id = 2
Text:
The recordset field with the text of the tree vien 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().
Can also be dynamic from a recordset field. The extension add a parameter to the link with the unique column key field value. The name o this parameter is "id", in case will be a javascript function the extension put the id inside the round parentesis.
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.