<%@include file="init.jsp"%>
AUI().use('aui-base', 'aui-io-plugin-deprecated', 'liferay-util-window', function(A) { A.one('#ssd_dialog_create').on('click', function(event){ var popUpWindow=Liferay.Util.Window.getWindow( { dialog: { centered: true, constrain2view: true, //cssClass: 'yourCSSclassName', modal: true, resizable: false, width: 475 } } ).plug( A.Plugin.IO, { autoLoad: false }).render(); popUpWindow.show(); popUpWindow.titleNode.html("System Service Definition Dialog"); popUpWindow.io.set('uri','<%=ssdDialogCreateContent%>'); popUpWindow.io.start(); }); });