cancel
Showing results for 
Search instead for 
Did you mean: 

Reg changing background colour in Webdynpro

Former Member
0 Kudos

Hi,

I need to change the background colour in the webdynpro application. The background colour now is light gray colour which needs to be changed to white for this webdynpro application. Can anyone please help me out how to change the colour?

Thanks much in advance,

Regards,

Sunitha.S

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sunitha,

Themes is the best solution to change background colour,fontsize colours like your CSS follow the following links,

you can have a theme specific to your application

for creating new themes donload the theme editor from https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/n...

to know how to use it and for the steps to be followed please follow the tutorial here

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to edit web dynpro themes.pdf

To know how to use it and for the steps to be followed please follow the tutorial here

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to edit web dynpro themes.pdf

the last url gives you a step by step procedure with wizards..

I hope your problem is solved..

don't forget to reward

RK

Former Member
0 Kudos

One way is place a transparentContainer UIElement on the view and set the "CellBackgroundDesign" to plain and increase the values of the properties height&width .

Regards,VIP

Former Member
0 Kudos

Hi Sunitha,

Change the cellBackGroundDesign property to "plain" (by default it will be transparent) for each UI element then you will get the background of the application in white color. Better you can create a value attribute of type "WDCellBackgroundDesign" and bind this to the UI elements.

But "cellBackGroundDesign" will come only for Matrix and Grid layout.

Regards,

Santhosh.C

Former Member
0 Kudos

Hi Santhosh,

I changed the <b>cellBackGroundDesign</b> property to <b>plain</b> as told by you. There is no difference as the transparent property itself was coming in white colour for the respective UI element.

I want to change the background colour of the browser window, where there are no UI elements. Now, the backround colour is gray, where there are no UI elements and the background is white where there are UI elements.

Hope you understood my question.

Please help in this regard.

Thanks much,

Regards,

Sunitha.S

Former Member
0 Kudos

Hi Sunitha,

For displaying the entire browser window in white color, you have to apply themes.

Refer the document below for step-by-step procedure on applying the theme

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to edit web dynpro themes.pdf

Regards,

Santhosh.C