ligerui ligertoolbar的所有属性怎么查看

2025-05-09 18:36:54
推荐回答(1个)
回答1:

 $("#toptoolbar").ligerToolBar(
 { items: [{
               text: '增加', click: function (item)
                   {
                       alert(item.text);
                    }, icon:'add'
                },
                { line:true },
                { text: '修改', click: itemclick },
                { line:true },
                { text: '删除', click: itemclick }
           ]
});