所属分类:对话框/灯箱/提示
参数配置:
title :'提示', //标题 icon : '', content : '', //内容 skin : '', //皮肤 position : 'fixed',//定位方式 closeBtn : true, //是否显示关闭按钮 type : 1, //type=2 为iframe drag : false, //是否开启拖动 time : 2000, //当无头或无底部按钮时自动关闭时间 shadow : [0.3,'#000'], //遮罩 shadowClose : true, //是否点击遮罩关闭 animateType : 0, // 0为默认动画 1为底部弹出 2为顶部弹出 3为左部弹出 4为右部弹出 aniExtend: '', //例 css动画名 opacity area : ['auto','auto'], //设置宽高 minmax : false, direction: ['center','center'], //方向 key1:right left center key2: top bottom center btns : { //按钮组 /* '确定' : function(){},*/ }, success : function(){}, //弹出后回调 end : function(){} //关闭后回调