It would be good if we have an attribute for a tree element node to know the state sth like expand/collapse.
Logged In: YES user_id=1703523 Originator: NO
Can you please provide an example of: a) How it would work and possibly - b) How the code you are suggesting might look?
is it as simple as
<li class="iamTreeNodeClosed">
or something that you're asking for?
Logged In: YES user_id=1893448 Originator: YES
It would be fine if we can have two classes: <li class="iamTreeNodeOpened"> - expand node <li class="iamTreeNodeClosed"> - collapse.
Log in to post a comment.
Logged In: YES
user_id=1703523
Originator: NO
Can you please provide an example of: a) How it would work and possibly - b) How the code you are suggesting might look?
is it as simple as
<li class="iamTreeNodeClosed">
or something that you're asking for?
Logged In: YES
user_id=1893448
Originator: YES
It would be fine if we can have two classes:
<li class="iamTreeNodeOpened"> - expand node
<li class="iamTreeNodeClosed"> - collapse.