Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi This code loops every third level items how can I just loop the item that belongs to its parents ? [code] [/code] /B
Hi, [quote]how can I just loop the item that belongs to its parents ?[/quote] Not sure what's meant by that? Can you explain bit more, maybe outline the tree structure and show what nodes should be [code]
Hi Ihave this startpage -Lev1 -Lev1 --Lev20 ---Lev31 --Lev21 ---Lev32 When I click --Lev20 I want just the nodes under that node Now I get all nodes that are at that level ... I get --Lev20 ---Lev31 ---Lev32 --Lev21 ---Lev31 ---Lev3_2 How do I loop that /H[code] [/code]
Why you don't use simple for childs?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Get child parent
Hi
This code loops every third level items
how can I just loop the item that belongs to its parents ?
[code]
[/code]
/B
Hi,
[quote]how can I just loop the item that belongs to its parents ?[/quote]
Not sure what's meant by that? Can you explain bit more, maybe outline the tree structure and show what nodes should be
[code]
Hi
Ihave this
startpage
-Lev1
-Lev1
--Lev20
---Lev31
--Lev21
---Lev32
When I click --Lev20 I want just the nodes under that node
Now I get all nodes that are at that level ...
I get
--Lev20
---Lev31
---Lev32
--Lev21
---Lev31
---Lev3_2
How do I loop that
/H[code]
[/code]
Why you don't use simple for childs?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.