/** * jQuery EasyUI 1.4.4 * * Copyright (c) 2009-2015 www.jeasyui.com. All rights reserved. * * Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php * To use it on other terms please contact us: info@jeasyui.com * */ (function($){ function _1(){ $(document).unbind(".messager").bind("keydown.messager",function(e){ if(e.keyCode==27){ $("body").children("div.messager-window").children("div.messager-body").each(function(){ $(this).dialog("close"); }); }else{ if(e.keyCode==9){ var _2=$("body").children("div.messager-window"); if(!_2.length){ return; } var _3=_2.find(".messager-input,.messager-button .l-btn"); for(var i=0;i<_3.length;i++){ if($(_3[i]).is(":focus")){ $(_3[i>=_3.length-1?0:i+1]).focus(); return false; } } } } }); }; function _4(){ $(document).unbind(".messager"); }; function _5(_6){ var _7=$.extend({},$.messager.defaults,{modal:false,shadow:false,draggable:false,resizable:false,closed:true,style:{left:"",top:"",right:0,zIndex:$.fn.window.defaults.zIndex++,bottom:-document.body.scrollTop-document.documentElement.scrollTop},title:"",width:250,height:100,minHeight:0,showType:"slide",showSpeed:600,content:_6.msg,timeout:4000},_6); var _8=$("
").appendTo("body"); _8.dialog($.extend({},_7,{noheader:(_7.title?false:true),openAnimation:(_7.showType),closeAnimation:(_7.showType=="show"?"hide":_7.showType),openDuration:_7.showSpeed,closeDuration:_7.showSpeed,onOpen:function(){ _8.dialog("dialog").hover(function(){ if(_7.timer){ clearTimeout(_7.timer); } },function(){ _9(); }); _9(); function _9(){ if(_7.timeout>0){ _7.timer=setTimeout(function(){ if(_8.length&&_8.data("dialog")){ _8.dialog("close"); } },_7.timeout); } }; if(_6.onOpen){ _6.onOpen.call(this); }else{ _7.onOpen.call(this); } },onClose:function(){ if(_7.timer){ clearTimeout(_7.timer); } if(_6.onClose){ _6.onClose.call(this); }else{ _7.onClose.call(this); } _8.dialog("destroy"); }})); _8.dialog("dialog").css(_7.style); _8.dialog("open"); return _8; }; function _a(_b){ _1(); var _c=$("").appendTo("body"); _c.dialog($.extend({},_b,{noheader:(_b.title?false:true),onClose:function(){ _4(); if(_b.onClose){ _b.onClose.call(this); } setTimeout(function(){ _c.dialog("destroy"); },100); }})); var _d=_c.dialog("dialog").addClass("messager-window"); _d.find(".dialog-button").addClass("messager-button").find("a:first").focus(); return _c; }; function _e(_f,_10){ _f.dialog("close"); _f.dialog("options").fn(_10); }; $.messager={show:function(_11){ return _5(_11); },alert:function(_12,msg,_13,fn){ var _14=typeof _12=="object"?_12:{title:_12,msg:msg,icon:_13,fn:fn}; var cls=_14.icon?"messager-icon messager-"+_14.icon:""; _14=$.extend({},$.messager.defaults,{content:""+"