Hi all,
I have a documents tree which has some nodes are not shown in css list menu, but their child nodes are. So, can we skip parents node in css list menu. Example:
**Documents tree:**
Root
-- Node A
-- Node B
----- Node B1 **(Skip this node)**
-------- Node B11
-------- Node B12
----- Node B2 **(Skip this node)**
-------- Node B21
-------- Node B22
**Css list menu should be:**
-- Node A
-- Node B
----- Node B11
----- Node B12
----- Node B21
----- Node B22
Thank all!
↧