Want To Be Able to Select Parent Node and Change Body Content At The Same Time.

This post has 1 reply

Not Ranked
Posts: 1
jcruzada Posted: Tue Sep 4, 2007 @ 11:36 AM
My client wants to be able to select the parent node, have childe items display and change the body copy at the same time. Is this possible?
Top 25 Contributor
Posts: 336
sadat Posted: Tue Sep 4, 2007 @ 1:47 PM
On client-side you can select the parent node by,

<code>
NavBar1.selectItemById(NavBarItem.get_parentItem().get_id());
</code>

I don't understand what you mean by "change the body" can you explain it?
Page 1 of 1 (2 items)