Rithika
Junior Member
Posts: 4
Registered: 12/31/2007
Location: India
Member Is Offline
|
| posted on 1/9/2008 at 06:37 AM |
|
|
Working Mechanism of the tree
Hi ,
I am new to the Trigara tree concept .can anyone brief abt how is the tree formed and functions in js .
Thanks in advance
regards
rithi
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/9/2008 at 04:10 PM |
|
|
- when initialized the tree object reads the configuration and creates the initial HTML for the control with the event handlers.
- as the tree receives the events it adds HTML when needed
that's pretty much it. the rest is the implementation details.
|
|
|