ToolBar - jQuery LigerUI API

jQuery LigerUI

参数列表

参数名 类型 描述 默认值
items Array    

items参数 示例:

1 $("#toptoolbar").ligerToolBar({ items: [ 2 { 3 text: '增加', click: function (item) 4 { 5 alert(item.text); 6 }, icon:'add'}, 7 { line:true }, 8 { text: '修改', click: itemclick }, 9 { line:true }, 10 { text: '删除', click: itemclick } 11 ] 12 });