Welcome Guest Search | Active Topics | Sign In | Register

Access treeview child nodes via js Options
Joan Darling
Posted: Wednesday, June 6, 2012 11:07:42 AM
Rank: Advanced Member
Groups: Member

Joined: 3/9/2010
Posts: 119
How do you access the child nodes object from client side js. I need to read the count and enumerate the child nodes but I don't see any methods to do it.
eo_support
Posted: Wednesday, June 6, 2012 11:18:13 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

You will need to call getSubGroup on the TreeNode object, then call methods on NavigationItemGroup to do that:

http://www.essentialobjects.com/doc/1/jsdoc.public.navigationitem.getsubgroup.aspx
http://www.essentialobjects.com/doc/1/jsdoc.public.navigationitemgroup.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.