Files
EasySoft-ZenTaoPMS/module/editor/js/index.js
T
2013-07-12 02:15:36 +00:00

8 lines
313 B
JavaScript

$(function()
{
var showHeight = $(window).height() - $('#header').height() - $('#footer').height() - 20;
$('#editWin').height(showHeight);
$('#extendWin').height(showHeight);
if($('a.iframe').size()) $("a.iframe").colorbox({width:800, height:400, iframe:true, transition:'none', scrolling:true});
});