1 2 3 4 5 6 7 8 9 10 11 |
this.toolbar.add({ id:this.id + '-btn-add-record' ,text:this.addText ,tooltip:this.addRecordText ,iconCls:'icon-plus' ,disabled:true ,listeners:{ scope:this ,click:{fn:this.onTbarClick.createDelegate(this, ['add']), buffer:200} } }); |
Latest posts by saki (see all)
- Ext, Angular, React, and Vue - June 27, 2019
- The Site Resurgence - February 11, 2018
- Configuring ViewModel Hierarchy - June 19, 2015
We will be happy to hear back from you
You must be logged in to post a comment.