JavaScript.CoolDev.Com is home of the best JavaScript drop down menu, JavaScript tree and outlook bar
JavaScript.CoolDev.Com is home of the best JavaScript drop down menu, JavaScript tree and outlook bar
JavaScript.CoolDev.Com is home of the best JavaScript drop down menu, JavaScript tree and outlook bar
COOLjsTree Samples

Standard:

customizable images
unlimited levels
arbitrary content
per-level styles
runtime control
collapsible forms
sample navigation
sample site map
yet another sample

Professional:

SuperDemo!
relative positioning
advanced images
Explorer-style mode
large images
selected node (1)
selected node (2)
persistent state
text wrapping
dynamics
individual node properties
advanced styles
event handlers

COOLjsTree - JavaScript tree: order now!

Rate It!

If you like COOLjsTree
vote for it!

ScriptSearch.com

HotScripts.com

Text wrapping


COOLjsTree Professional allows you to wrap long node captions automatically, in both "explorer-like" and "lineless" modes. Option #23 controls wrapping margin (full width of the tree, in pixels), and option #24 allows you to select icon/button vertical alignment (lineless mode only):

var TREE1_FORMAT = [
    ...
//23. text wrapping margin
    200,
//24. vertical alignment for buttons and icons
    "top"
    ...
];