cancel
Showing results for 
Search instead for 
Did you mean: 

UI element in Webdynpro to align the content area at the center of the page

Former Member
0 Kudos

Hi Experts,

I am looking for a UI element in webdynpro which can keep the entire content area aligned to the center of the page as well as can provide the borders along the content area.

Please suggest if there exists any such UI element in webdynpro.

P.S. We are using NWDS Version: 7.01.00

Thanks in advance for the replies.

Regards,

Anurag

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Closed.

p330068
Active Contributor
0 Kudos

Hi Anurag,

Create the TransparentContainer with GridLayout and insert the Group in it. then play with Layout Data >> hAlign properties to show in the center.

Regards, Arun Jaiswal

Former Member
0 Kudos

I don't know of any such UI element but you can use a TC and a text edit \ formatted text view inside it. Use invisible UI element to place this TC in thee center of your screen and the text edit in the center of your TC.

Regards,

Himanshu

Former Member
0 Kudos

Hi Himanshu,

Thanks for the suggestion. But we've already implemented that.

What we want if possible is a UI element which can serve the above purpose as well as can provide the borders like trays.

Regards,

Anurag

Former Member
0 Kudos

Don't know of any UI element that would fulfill your needs.

May I mention that it looks more like a problem of UI alignment rather that the UI element itself.

Regards,

Himanshu

Abhinav_Sharma
Contributor
0 Kudos

Hi Anurag,

What you can try is to put all of your UI elements in Group and then do the alignment. Set the visibility property of the group header to invisible. This will give you a border.

Hope this solves your problem.

Regards

Abhinav Sharma