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)
  2013年1月23日
摘要: new Ext.form.ComboBox({ hiddenName: 'order_state', name: 'state', width: 80, emptyText: '状态', mode: 'local', displayField: 'name', valueField:'id', triggerAction: 'all', editable: false, store: Ext.create({ autoLoad: true, xtype:'directstor 阅读全文
posted @ 2013-01-23 21:36 SeanZX 阅读(271) 评论(0) 推荐(0)
摘要: new Ext.form.ComboBox({ hiddenName: 'order_state', name: 'state', width: 80, emptyText: '状态', mode: 'local', displayField: 'name', valueField:'id', triggerAction: 'all', editable: false, store: Ext.create({ autoLoad: true, xtype:'directstor 阅读全文
posted @ 2013-01-23 17:09 SeanZX 阅读(1506) 评论(0) 推荐(0)