What's New?
New CodeThatTree v3.1.1 performance is far faster than the previous version.
There are several new properties that make CodeThatTree loading much quickly:
nomorestyle allows to avoid styles inheritance.
You can define styles only once - for the whole tree. Than set nomorestyle in True. It means style and styleover will be the same for all the tree nodes.
Setting nomorestyle in True allows to increase CodeThatTree loading three more times.
Default value for this property set in False.
usedual allows to increase loading speed for old browsers
It's recommended to set this property in False for Opera 5 and Netscape 4.
Because of special styleover-style processing loading speed is increased 1.5 more times. But there is no effect for the other browsers.
In case you have a huge tree it's recommended to set this property in False for Netscape 4 to achieve more stable performance.
Default value for this property set in True.
loadtype allows to loads tree in run-time. Read more >>
savestate allows to turn off cookies. Read more >>
There are several new run-time properties that allows manipulate CodeThatTree in run-time:
curr allows to get current tree node and use all its properties as CNodeTree Object. Read more >>
over allows to get hovered tree node and use all its properties as CNodeTree Object. Read more >>
There are three new properties that allow you to describe the image for the first element at your tree:
style
{
...
imgitem_f : "",
imgdir_f : "",
imgdiropen_f : ""
...
}
There are several new style properties that allow you to describe separate style and styleover for different node states (normal, current, opened):
style | styleover
{
...
color: "",
coloropen: "",
colorcurr: "",
bgcolor: "",
bgcoloropen: "",
bgcolorcurr: "",
bgimg: "",
bgimgopen: "",
bgimgcurr: "",
css: "",
cssopen: "",
csscurr: "",
wrap: "false",
...
}
Read more about CodeThatTree >>
|