cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove automatic padding around web dynpro window?

Former Member
0 Kudos

Hi,

I am developing a standalone web dynpro application. For every wd window, I am getting an automatic spacing around the RootUIElementContainer. How to remove this automatic space?

And also, how can we use our own css files to design the wd pages? Is it possible to use our own css?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bharathwaj,

If we create an web Dynpro iview from the WD application, will the white space exist there also?

Former Member
0 Kudos

Hi,

If u create it as an iview,then too u will find this little white spaces padded to ur window.

The Possible workaround may be set height and width to ur windows to match the required sizes.So that u could get a better lookup.

Regards,

Nagarajan.

Former Member
0 Kudos

As of NW04 SP 14 , i dont see the white spaces !

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Yash,

The Content padding is already set to 0 in layout properties for the RootUIElementContainer.

The problem still exist.

Former Member
0 Kudos

Hi Abdul,

See the post

Hope this helps you

Regards

Rohit

Former Member
0 Kudos

Hi Nofel,

Thanks for ur reply.

Does anybody know the solution for removing the surrounding space of the RootUIElementContainer??

pls reply.

Thanks.

Former Member
0 Kudos

As of now there is no way of removing the space surrounding the RootUIElementContainer.

Yashpal
Active Contributor
0 Kudos

Hi,

set the cell padding property of layoutdata to zero..

I hope it will solve ur problem....

regards,

Yash

Former Member
0 Kudos

For more on applying themes check the article on applying themes in Web Dynpro.

Noufal