PDA

View Full Version : Set a Tree Object Node Enable / Disable



pbohorq
01-30-2009, 02:53 PM
I have a tree menu with 50 main section. Each section may have up to 5 nodes.

I will like that only the first node of each section was enable (other 4 nodes disabled). Only after the user clicks on a button related to the first node (the first node will show a web object where the user will select and click a submit button) the other nodes of the section will be enabled.

How can this be done?

Thanks