cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom theme Application

Former Member
0 Likes
919

Hi all,

I have a EP with some WebDynpro IViews and I wanna apply a new theme to a custom IView. Looking for how to customize Themes, I already create a new theme in Theme Editor, import that in EP and configure my custom IView with the sap-cssurl parameter and my application don't get the theme characteristics.

If I try to test my application alone (out of EP) with the sap-cssurl parameter, the theme is applyed fine but when I do that from EP, no theme's are loaded (default EP theme isn't load too).

Anyone can help-me? I must have a different theme to this application.

Thanks,

View Entire Topic
Former Member
0 Likes

Hi Manoel,

If ur problem is giving each of ur WebDynpro iview a different theme u can do the following :

For each of ur WD application, retrieve the application Url,

append it with the parameter sap-cssurl with the required theme value.All this can be done in the onPlugDefault method of ur application and it works.

Then u can create a Urliview in EP, for each of ur WD application. Thus each Urliview will take up the theme specified in your WD application.This works.

I don't know much about EP,but i hope this will be helpful for you.

regards

Lisha