On Thursday, January 2, 2003, at 01:28 PM, Jason Richardson wrote:
The situation.
2 top level tab panes. Each parent tab pane has 2 child tab panes.
PaneId parent1 -- parent 1 has two tabs with id's of child1, child2
PaneId parent2 -- parent 2 has two tabs with id's of child3, child4
Links from child1 to parent2 work fine. However links from child1 to
child3 or child 4 will not work. It just shows the content of child1
even though the new address on the browser bar is the address to the
target link(child3,child4)
example link in child1 (it doesn't work)
<a href="$jslink.getPaneById("child3")">Go to Childpane 3</a>
example link in child1 (works)
<a href="$jslink.getPaneById("parent2")">Update Your information</a>
Has anyone else ran accross this type of problem? How can this be
fixed.
Try this from a link in child one (requires 1.4b3 or higher):
jslink.getPaneById("parent2,child3")
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
+01 707 773-4646
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>