cancel
Showing results for 
Search instead for 
Did you mean: 

Further question about UIViewElement and dynamic view change

Former Member
0 Kudos

Hi all

I have already posted a question about rendering part of a website based on the value selected in a drop down (see thread ). I am now trying to implement that

I have defined a Drop Down element with an appropriate key-value binding. Also I have defined the onSelect event on the drop down. My question is now, how I dynamiclly change the view of the ViewContainerUI element?

Thanks for your help,

Thierry Rietsch

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can have n plugs connected to n views and fire them based on the selection from the Dropdown.

Regards

Ayyapparaj

Former Member
0 Kudos

I thought about that. Go I right, that I have to embed the view which I like to show in the UIViewElement into the surrounding view and do the pluging stuff there?

Former Member
0 Kudos

Hi,

Embed respective views to the view container Ui elements

Connect them with plugs

Fire this plugs in the action handler of your dropdown.

Regards

Ayyapparaj

Former Member
0 Kudos

Thanks!

Thierry Rietsch

Answers (0)