ext 的Panel有双击事件吗?

varchartpanel=newExt.Panel({//图控Panelid:id,title:'<fontstyle="font:10pxTahoma;">'+tit... var chartpanel=new Ext.Panel({ // 图控Panel
id:id,
title:'<font style="font:10px Tahoma;" >'+title+'</font>',
anchor : '100%',
frame : true,
collapsible : true,
draggable : true,
cls : 'x-portlet',
hidden:panelhid,
width:width,
height:height,
layout:'fit',
animCollapse:true,
listeners :{ // 监听事件 监听刷新数据
resize:function(){
freshchart(id,chartpath);
}
}, // 通过该方法创建 表格与图控的切换按钮与事件
tools: creattools(id,'<font style="font:10px Tahoma;">'+title+'</font>'),
items:[{
autoWidth:true,
autoHeight:true,
border:false,
layout:'fit',
id:id+'set',
hidden:sethid,
html:'<div id="'+id+'set">'+id+'set</div>'
},grid,{
id:id+'chart',
autoWidth:true,
autoHeight:true,
border:false,
hidden:charthid,
layout:'fit',
html:'<div id="'+id+'chart">'+id+'chart</div>'
}]
});
return chartpanel;
}
将这个Panel加上双击事件
我试了好几遍了,还是不行呢,一直报缺少: 这个错误,不知道在哪加啊,请指点
展开
 我来答
代码工人
2010-06-07 · TA获得超过662个赞
知道小有建树答主
回答量:401
采纳率:0%
帮助的人:346万
展开全部
chartpanel.on('render',function(){
chartpanel.getEl().on('dblclick',function(){
alert('double click');
})
},this);
---
你自己改装下,我试过了,panel是可以的
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式