JS全局:
define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefined, Backend, Table, Form) {
Fast.config.openArea = ['100%','100%'];
var Controller = {
...........
};
return Controller;
});
局部大小html代码添加:
局部大小修改:js文件
index: function () {
$(".btn-add").data("area",["100%","100%"]);
$(".btn-edit").data("area",["100%","100%"]);
}
或者
table.on('post-body.bs.table',function(){
$(".btn-editone").data("area",["100%","100%"]);
})
发表评论 取消回复