jQuery MiniUI

标题: mini.open问题 [打印本页]

作者: lys373113838    时间: 2021-3-12 15:18:07     标题: mini.open问题

如何重写mini.open方法,可以把项目中open全部加上全屏按钮

作者: felt    时间: 2021-3-12 16:27:12

  1.    <style>
  2.     span.mini-tools-add
  3.     {
  4.         width:16px;height:16px;
  5.         background:url(add.gif) no-repeat;
  6.     }
  7.     span.mini-tools-edit
  8.     {
  9.         width:16px;height:16px;
  10.         background:url(edit.gif) no-repeat;
  11.     }   
  12.     span.mini-tools-remove
  13.     {
  14.         width:16px;height:16px;
  15.         background:url(remove.gif) no-repeat;
  16.     }        
  17.     </style>

  18. var miniOpen = function (url, width, height, onload, ondestroy) {
  19.             return mini.open({
  20.                 url: url,
  21.                 width: width,
  22.                 height: height,
  23.                 buttons: "close collapse add edit remove",
  24.                 onbuttonclick: function (e) {
  25.                     alert(e.name);
  26.                 },
  27.                 onload: onload,
  28.                 ondestroy: ondestroy
  29.             })
  30.         }
复制代码

作者: 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