cancel
Showing results for 
Search instead for 
Did you mean: 

Size of the PopUp

Former Member
0 Kudos

Hi,

I am displaying the POPUP using Pop up to Confirm. I want to Set the size of the POPUP.

I have passed the Parameters : WIDTH and HEIGHT. But, still it is not working.

Please let me know how can I set the Size of the POPUP.

Thanks,

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hallo Uday,

I have changed the corresponding attributes for the ROOTUIELEMENTCONTAINER (height and width), but the popup did not resize itself automatically! It is important which Layout I have used?

Regards

Ilka Busch

Answers (2)

Answers (2)

uday_gubbala2
Active Contributor
0 Kudos

Just as an additional update: SAP note 1003826 says that it's not possible yet to programmatically set the window size.

Regards,

Uday

uday_gubbala2
Active Contributor
0 Kudos

Hi Sandeep,

You can not directly set the size of your dialog. I know that there are attributes and methods for this; but they are ignored in the HTML rendering. They are for future usage/smart client rendering. For now in the HTML rendering you can set the size by specifying the corresponding attributes for the ROOTUIELEMENTCONTAINER. The popup would then automatically resize itself.

Regards,

Uday