tabManager = $('#mainTabs').tabs({
fit: true,
border:false,
toolPosition:'left',
tools:[{
iconCls:'icon-add',
handler:function(){
alert('添加')
}
},{
iconCls:'icon-save',
handler:function(){
alert('保存')
}
}]
})
我这里是可以的。
layuitab选项卡标题栏右边添加按钮方法:1、打开编译器,来到代码主要部分,点击进入编译。
2、使用表格中的toolbar属性,字段里面添加toolbar属性。
3、给toolbar进行js赋值,调用监听事件,即可添加按钮。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)