Quantcast
Channel: SCN: Message List - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 8124

Re: How to set dialog to fixed position (top and left)?

$
0
0

Try this

 

var oDialog = new sap.ui.commons.Dialog();

 

oDialog.$().offset({top : "100", left : "100"}); //Set Custom Offset Value to fix the position

 

Regards,

Ajain


Viewing all articles
Browse latest Browse all 8124

Trending Articles