cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Stylesheets

Former Member
0 Kudos

Hi,

I have my own set of stylesheets, what is the way to force applications to use it? Where should I put them?

Is there way to use stylesheets dynamicaly, changing them when user change the language? My stylesheets have different (right to left) layouts so they should be used only when right to left lenguage were choosen?

Regards,

Victor.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Where is this 'themes' directory exactly? I found a directory called themes under ...\server0\temp\webdynpro\web\sap.com\tcwddispwda\global\SSR\themes.

I tried the following: I've added the URL parameter style_sheet and used the value http://<host>:<port>/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/sap_standard

Then, the browser requests the resource http://<host>:<port>/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/sap_standard/ur/ur_ie6.css which works fine and after that it looks for the URL http://<host>:<port>/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/sap_standard/csf/csf_ie6.css which returns a server error (return code 404).

The problem is that the directory csf doesn't exist.

What can I do?

Thanks,

Christian

0 Kudos

Hi,

could you please give me an example of how to specify the 'fully qualified location' of the stylesheet?

Thanks,

Christian

Former Member
0 Kudos

I am not sure I understand your question but, if you have a WebDynpro application AppName in component called ComponentName, and stylesheet theme named ss_test located in thems directory on server then you should lounch an application in the following way:

http://hostname:port/webdynpro/dispatcher/local/ComponentName/AppName?style_sheet=themes\ss_test

Former Member
0 Kudos

Hi ,

use "style_sheet=<fully qualified location>" of the theme

Also find the attached threads

Thanks and Regards,

Sam Mathew