2013年3月2日
摘要: 官方例子中关于ref属性的应用: 1 var grid4 = new Ext.grid.GridPanel({ 2 /*.....此处省略其他代码.......*/ 3 // inline toolbars 4 tbar:[{ 5 text:'Add Something', 6 tooltip:'Add a new row', 7 iconCls:'add' 8 }, '-', { 9 text:'Options',10 too... 阅读全文
posted @ 2013-03-02 19:55 SeanZX 阅读(541) 评论(0) 推荐(0)