cancel
Showing results for 
Search instead for 
Did you mean: 

old css for webdynpro

Former Member
0 Kudos

New patch for the IDE changed the color for all the button from blue to orange. Can I use the old css insted of the new one. Where can get the old css.

How to make only one view scrollable in a viewset. Can it be done ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

1. Seem discussion about CSS themes in WD here: (There are also several references to other threads in replies)

2. To make a view scrollable you need several steps:

a) Use ViewContainerElement (VCE) UI controls directly on view instead of viewset in window. You can arrange VCE as you like using corresponding layout

b) In window place necessary views into VCE

c) If some views should be scrollable, surround corresponding VCE with ScrollableContainer UI element

Regards,

VS

Former Member
0 Kudos

Hi Yew

As for getting your stylesheet back

Open your configtool , click on "Switch to configuration editor" (one with the pencil icon)

Click on the edit mode on the top left hand corner

Navigate down the tree

Configurations

-->webdynpro

-


>sap.com

-


>tcwddispwda

upto

-


>PropertysheetHtmlClient_Includes

*Double click this you should get a popup

*Click on the line ie5.include0

*Enter the value themes/sap_standard/ur/ur_ie5.css in the

custom text box.

*Click OK

*Do the same for ie6.include0

*Click on the edit mode again

*Toggle the configuration mode again

*Press save

*Restart instance

This should bring back your old blue stylesheet

Regards

Pran