mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Resize popups according to their content
This commit is contained in:
parent
a5043743a8
commit
6985c3d61f
@ -178,6 +178,13 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
if(popup || window.opener)
|
||||
{
|
||||
// Resize popup when et2 load is done
|
||||
jQuery(node).one("load",function() {
|
||||
window.resizeTo(jQuery(document).width()+10,jQuery(document).height()+60);
|
||||
});
|
||||
}
|
||||
var et2 = new etemplate2(node, window.egw_appName+".etemplate_new.ajax_process_content.etemplate");
|
||||
et2.load(data.name,data.url,data.data,callback);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user