Tagged Questions
0
votes
1answer
72 views
XPages: Dynamically populate Navigator Control
I need to create links of available views in database on Navigator Control. I did not find any computed formula area for that control. Just like we use code for combobox:
var v = ...
0
votes
1answer
318 views
How to pass Data between Master and detail view w/Split view navigator
I am building an application that the split view navigator would work very effectivley. My only problem I am running into is passing data between the master view which holds my list of things to click ...
0
votes
1answer
1k views
How to change view on the right view with SplitViewNavigator Flex 4.6
I am creating a mobile app with Flex 4.6 and I'm using the SplitViewNavigator with tabbed application. I have one left view that never changes that has a static list associated with it. I have ...