If the user enters the page with the url: http://myserver.com/index.jsp?box1=value1
Then I see that "box1" is checked.And next to First Group we see as "1 checked". But at the same time I want the parent node (First Group) to be expanded with minus sign, just like how it happens when we do onclick for the "+" sign, so that I can see the product1 checked clearly.
Any idea would be appreciated.
Thanks, Raji.
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 155.205.--.--
Posted:
Perhaps set the appropriate CLASS attributes when you generate the page on the <ul> nodes? You can check the CSS file to see the required ones -- if you set them, the tree will appear expanded and with minus symbols instead of plus symbols.