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加上双击事件
我试了好几遍了,还是不行呢,一直报缺少: 这个错误,不知道在哪加啊,请指点 展开
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加上双击事件
我试了好几遍了,还是不行呢,一直报缺少: 这个错误,不知道在哪加啊,请指点 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询