- 注册时间
- 2013-1-23
- 最后登录
- 2016-9-5
- 阅读权限
- 10
- 积分
- 201
- 精华
- 0
- 帖子
- 45
|
miniui提供了多套CSS供选择,很不错!赞
- mini.open({
- url: "", //页面地址
- title: "", //标题
- iconCls: "icon-folder", //标题图标
- width: iWidth, //宽度
- height: iHeight, //高度
- allowResize: true, //允许尺寸调节
- allowDrag: true, //允许拖拽位置
- showCloseButton: true, //显示关闭按钮
- showMaxButton: true, //显示最大化按钮
- showModal: true, //显示遮罩
- ondestroy: function (action) { //弹出页面关闭前
- window.location.href = window.location.href; //刷新本页面
- }
-
- });
复制代码
询问,
1)可以更改层的标题栏的样式吗?
2)iconCls不支持自定义的小图标吗?
|
|