jQuery MiniUI
标题:
mini.open问题
[打印本页]
作者:
lys373113838
时间:
2021-3-12 15:18:07
标题:
mini.open问题
如何重写mini.open方法,可以把项目中open全部加上全屏按钮
作者:
felt
时间:
2021-3-12 16:27:12
<style>
span.mini-tools-add
{
width:16px;height:16px;
background:url(add.gif) no-repeat;
}
span.mini-tools-edit
{
width:16px;height:16px;
background:url(edit.gif) no-repeat;
}
span.mini-tools-remove
{
width:16px;height:16px;
background:url(remove.gif) no-repeat;
}
</style>
var miniOpen = function (url, width, height, onload, ondestroy) {
return mini.open({
url: url,
width: width,
height: height,
buttons: "close collapse add edit remove",
onbuttonclick: function (e) {
alert(e.name);
},
onload: onload,
ondestroy: ondestroy
})
}
复制代码
作者:
lys373113838
时间:
2021-3-12 17:42:15
felt 发表于 2021-3-12 16:27
这样我知道,我是说有米有类似jq,那种extend的写法,可以重写的
作者:
felt
时间:
2021-3-15 13:22:58
lys373113838 发表于 2021-3-12 17:42
这样我知道,我是说有米有类似jq,那种extend的写法,可以重写的
没有这样的方法,直接这样使用就好
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2