cancel
Showing results for 
Search instead for 
Did you mean: 

ViewNavigation trouble

Former Member
0 Kudos

Hi,

I have a view with several viewcontainers. What i want to do is that once on a button on a subview (in one of the viewcponatiners) is pressed it should show an other view container. How can I do this? via an interface controller? and what code do i need to use to activate the viewcontainer to be visible?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

See this Thread

Kind Regards

Mukesh

Former Member
0 Kudos

I am missing the reference to the viewcontroler of the masterview. the only link between the views is the interface controler. what code do I need to add

I have this code in the view controler

wdThis.wdFirePlugToOrgUnitView();

wdThis.wdGetOm_Webforms_CompInterfaceController().InvisibleMenu();

wdThis.wdGetOm_Webforms_CompInterfaceController().VisibleOrgUnitView();

and this in the interface controler:

wdContext.currentContextElement().setWDVisibiltyOrgView(WDVisibility.VISIBLE)

Answers (0)