Set Navigation between block items using TAB [message #285457] |
Tue, 04 December 2007 14:14 |
shivaram9
Messages: 35 Registered: August 2006
|
Member |
|
|
Hi All,
I have two blocks block A and block B
Block A has items itm1, itm2, itm3, itm4
Block B has items itm1, itm2, itm3
I could set the navigation in block dynamically using
Set_Item_Property(find_item('A.itm1'),NEXT_NAVIGATION_ITEM,'A.itm2));
Set_Item_Property(find_item('A.itm2'),PREVIOUS_NAVIGATION_ITEM,'A.itm1));
I wanted to set between block A item itm3 and block B itm2, is it possible dynamically if so how.
I may not be using some items in block A like ( i may hide itm4 and use only itm1, itm2,itm3)
Shiva
|
|
|
|
|