Extjs09 双击事件
生活随笔
收集整理的這篇文章主要介紹了
Extjs09 双击事件
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
from表雙擊某行執(zhí)行
items: [{ xtype : "textfield",fieldLabel : '姓名', emptyText : '請(qǐng)輸入姓名',name : "NAME",id : "NAME",width : 200}, {xtype: 'combo', store:new Ext.data.SimpleStore({fields: ['Id', 'Name'],data: [ [1,'男'],[0,'女'] ]})},{ xtype : "textfield",fieldLabel : '住址',emptyText : '請(qǐng)輸入地址',name : "ADRESS",width : 200} ],listeners: {//雙擊事件"dblclick": { fn: this.doUpdate, scope: this}, }this.doUpdate
用 doUpdate:function(){}
總結(jié)
以上是生活随笔為你收集整理的Extjs09 双击事件的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ExtJS入门(08)窗口,按钮,输入框
- 下一篇: JeePlus左树右表之 表单【右表】自