/** * jQuery EasyUI 1.3.6 * * Copyright (c) 2009-2014 www.jeasyui.com. All rights reserved. * * Licensed under the GPL license: http://www.gnu.org/licenses/gpl.txt * To use it on other terms please contact us at info@jeasyui.com * */ (function($){ function _1(_2,_3){ var _4=$.data(_2,"window").options; if(_3){ $.extend(_4,_3); } $(_2).panel("resize",_4); }; function _5(_6,_7){ var _8=$.data(_6,"window"); if(_7){ if(_7.left!=null){ _8.options.left=_7.left; } if(_7.top!=null){ _8.options.top=_7.top; } } $(_6).panel("move",_8.options); if(_8.shadow){ _8.shadow.css({left:_8.options.left,top:_8.options.top}); } }; function _9(_a,_b){ var _c=$.data(_a,"window"); var _d=_c.options; var _e=_d.width; if(isNaN(_e)){ _e=_c.window._outerWidth(); } if(_d.inline){ var _f=_c.window.parent(); _d.left=(_f.width()-_e)/2+_f.scrollLeft(); }else{ _d.left=($(window)._outerWidth()-_e)/2+$(document).scrollLeft(); } if(_b){ _5(_a); } }; function _10(_11,_12){ var _13=$.data(_11,"window"); var _14=_13.options; var _15=_14.height; if(isNaN(_15)){ _15=_13.window._outerHeight(); } if(_14.inline){ var _16=_13.window.parent(); _14.top=(_16.height()-_15)/2+_16.scrollTop(); }else{ _14.top=($(window)._outerHeight()-_15)/2+$(document).scrollTop(); } if(_12){ _5(_11); } }; function _17(_18){ var _19=$.data(_18,"window"); var _1a=_19.options.closed; var win=$(_18).panel($.extend({},_19.options,{border:false,doSize:true,closed:true,cls:"window",headerCls:"window-header",bodyCls:"window-body "+(_19.options.noheader?"window-body-noheader":""),onBeforeDestroy:function(){ if(_19.options.onBeforeDestroy.call(_18)==false){ return false; } if(_19.shadow){ _19.shadow.remove(); } if(_19.mask){ _19.mask.remove(); } },onClose:function(){ if(_19.shadow){ _19.shadow.hide(); } if(_19.mask){ _19.mask.hide(); } _19.options.onClose.call(_18); },onOpen:function(){ if(_19.mask){ _19.mask.css({display:"block",zIndex:$.fn.window.defaults.zIndex++}); } if(_19.shadow){ _19.shadow.css({display:"block",zIndex:$.fn.window.defaults.zIndex++,left:_19.options.left,top:_19.options.top,width:_19.window._outerWidth(),height:_19.window._outerHeight()}); } _19.window.css("z-index",$.fn.window.defaults.zIndex++); _19.options.onOpen.call(_18); },onResize:function(_1b,_1c){ var _1d=$(this).panel("options"); $.extend(_19.options,{width:_1d.width,height:_1d.height,left:_1d.left,top:_1d.top}); if(_19.shadow){ _19.shadow.css({left:_19.options.left,top:_19.options.top,width:_19.window._outerWidth(),height:_19.window._outerHeight()}); } _19.options.onResize.call(_18,_1b,_1c); },onMinimize:function(){ if(_19.shadow){ _19.shadow.hide(); } if(_19.mask){ _19.mask.hide(); } _19.options.onMinimize.call(_18); },onBeforeCollapse:function(){ if(_19.options.onBeforeCollapse.call(_18)==false){ return false; } if(_19.shadow){ _19.shadow.hide(); } },onExpand:function(){ if(_19.shadow){ _19.shadow.show(); } _19.options.onExpand.call(_18); }})); _19.window=win.panel("panel"); if(_19.mask){ _19.mask.remove(); } if(_19.options.modal==true){ _19.mask=$("
").insertAfter(_19.window); _19.mask.css({width:(_19.options.inline?_19.mask.parent().width():_1e().width),height:(_19.options.inline?_19.mask.parent().height():_1e().height),display:"none"}); } if(_19.shadow){ _19.shadow.remove(); } if(_19.options.shadow==true){ _19.shadow=$("").insertAfter(_19.window); _19.shadow.css({display:"none"}); } if(_19.options.left==null){ _9(_18); } if(_19.options.top==null){ _10(_18); } _5(_18); if(!_1a){ win.window("open"); } }; function _1f(_20){ var _21=$.data(_20,"window"); _21.window.draggable({handle:">div.panel-header>div.panel-title",disabled:_21.options.draggable==false,onStartDrag:function(e){ if(_21.mask){ _21.mask.css("z-index",$.fn.window.defaults.zIndex++); } if(_21.shadow){ _21.shadow.css("z-index",$.fn.window.defaults.zIndex++); } _21.window.css("z-index",$.fn.window.defaults.zIndex++); if(!_21.proxy){ _21.proxy=$("").insertAfter(_21.window); } _21.proxy.css({display:"none",zIndex:$.fn.window.defaults.zIndex++,left:e.data.left,top:e.data.top}); _21.proxy._outerWidth(_21.window._outerWidth()); _21.proxy._outerHeight(_21.window._outerHeight()); setTimeout(function(){ if(_21.proxy){ _21.proxy.show(); } },500); },onDrag:function(e){ _21.proxy.css({display:"block",left:e.data.left,top:e.data.top}); return false; },onStopDrag:function(e){ _21.options.left=e.data.left; _21.options.top=e.data.top; $(_20).window("move"); _21.proxy.remove(); _21.proxy=null; }}); _21.window.resizable({disabled:_21.options.resizable==false,onStartResize:function(e){ _21.pmask=$("").insertAfter(_21.window); _21.pmask.css({zIndex:$.fn.window.defaults.zIndex++,left:e.data.left,top:e.data.top,width:_21.window._outerWidth(),height:_21.window._outerHeight()}); if(!_21.proxy){ _21.proxy=$("").insertAfter(_21.window); } _21.proxy.css({zIndex:$.fn.window.defaults.zIndex++,left:e.data.left,top:e.data.top}); _21.proxy._outerWidth(e.data.width); _21.proxy._outerHeight(e.data.height); },onResize:function(e){ _21.proxy.css({left:e.data.left,top:e.data.top}); _21.proxy._outerWidth(e.data.width); _21.proxy._outerHeight(e.data.height); return false; },onStopResize:function(e){ $.extend(_21.options,{left:e.data.left,top:e.data.top,width:e.data.width,height:e.data.height}); _1(_20); _21.pmask.remove(); _21.pmask=null; _21.proxy.remove(); _21.proxy=null; }}); }; function _1e(){ if(document.compatMode=="BackCompat"){ return {width:Math.max(document.body.scrollWidth,document.body.clientWidth),height:Math.max(document.body.scrollHeight,document.body.clientHeight)}; }else{ return {width:Math.max(document.documentElement.scrollWidth,document.documentElement.clientWidth),height:Math.max(document.documentElement.scrollHeight,document.documentElement.clientHeight)}; } }; $(window).resize(function(){ $("body>div.window-mask").css({width:$(window)._outerWidth(),height:$(window)._outerHeight()}); setTimeout(function(){ $("body>div.window-mask").css({width:_1e().width,height:_1e().height}); },50); }); $.fn.window=function(_22,_23){ if(typeof _22=="string"){ var _24=$.fn.window.methods[_22]; if(_24){ return _24(this,_23); }else{ return this.panel(_22,_23); } } _22=_22||{}; return this.each(function(){ var _25=$.data(this,"window"); if(_25){ $.extend(_25.options,_22); }else{ _25=$.data(this,"window",{options:$.extend({},$.fn.window.defaults,$.fn.window.parseOptions(this),_22)}); if(!_25.options.inline){ document.body.appendChild(this); } } _17(this); _1f(this); }); }; $.fn.window.methods={options:function(jq){ var _26=jq.panel("options"); var _27=$.data(jq[0],"window").options; return $.extend(_27,{closed:_26.closed,collapsed:_26.collapsed,minimized:_26.minimized,maximized:_26.maximized}); },window:function(jq){ return $.data(jq[0],"window").window; },resize:function(jq,_28){ return jq.each(function(){ _1(this,_28); }); },move:function(jq,_29){ return jq.each(function(){ _5(this,_29); }); },hcenter:function(jq){ return jq.each(function(){ _9(this,true); }); },vcenter:function(jq){ return jq.each(function(){ _10(this,true); }); },center:function(jq){ return jq.each(function(){ _9(this); _10(this); _5(this); }); }}; $.fn.window.parseOptions=function(_2a){ return $.extend({},$.fn.panel.parseOptions(_2a),$.parser.parseOptions(_2a,[{draggable:"boolean",resizable:"boolean",shadow:"boolean",modal:"boolean",inline:"boolean"}])); }; $.fn.window.defaults=$.extend({},$.fn.panel.defaults,{zIndex:9000,draggable:true,resizable:true,shadow:true,modal:false,inline:false,title:"New Window",collapsible:true,minimizable:true,maximizable:true,closable:true,closed:false}); })(jQuery);