FSN#34509 Third party library updates: dialog 'center' moet via nieuwe postion code
svn path=/Website/trunk/; revision=28649
This commit is contained in:
@@ -571,9 +571,9 @@ var FcltMgr =
|
||||
$(frm).width(newWidth);
|
||||
|
||||
if (FcltMgr.isTouchscreen())
|
||||
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'position', 'top');
|
||||
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'position', { my: "top", at: "top", of: window });
|
||||
else
|
||||
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'position', 'center');
|
||||
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'position', { my: "center", at: "center", of: window });
|
||||
},
|
||||
|
||||
// Opent een modal dialoog in de huidige 'detailManager'
|
||||
|
||||
Reference in New Issue
Block a user