码迷,mamicode.com
首页 > 其他好文 > 详细

layer窗口抖动

时间:2017-12-29 15:11:30      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:time   警告   icon   mod   cti   request   消息   hashmap   UI   

详细学习网址

http://www.layui.com/doc/modules/layer.html#use

、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、

//使用方法

后台方法 --》目的是出现异常或成功向前台传消息

Map<String,String> msgMap=new HashMap<String,String>();
msgMap.put("type", "sucess");
msgMap.put("msg", "成功");
request.getSession().setAttribute("msgMap",msgMap);

前台:实例用法

//抖动消息框
function showMsg(msg, icon){
layer.msg(msg, {
icon : icon,//1:正确;2:错误;3:询问;4:锁定;5:失败;6:成功;7:警告
offset : 0,
shift : 6,
time : 4000
});
}

layer窗口抖动

标签:time   警告   icon   mod   cti   request   消息   hashmap   UI   

原文地址:https://www.cnblogs.com/ConfidentLiu/p/8143657.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!