日期:2014-05-16 浏览次数:20718 次
treeToolbar = new Ext.Toolbar({
width : 230,
items : [{
text : '加章节',
icon : '../../image/addsection.png',
handler : function() {
addSectionNode();
}
}, '-', {
text : '加页面',
icon : '../../image/addleaf.png',
handler : function() {
addLeafNode();
}