Ext accordion布局子元素的点击事件是什么?
varrightPanel=newExt.Panel({bodyStyle:'background-Color:skyblue',region:'west',id:'we...
var rightPanel = new Ext.Panel({
bodyStyle : 'background-Color:skyblue',
region : 'west',
id : 'west-panel',
split : true,
collapsible : false,
width : 200,
height : 'auto',
margins : '65 0 5 5',
cmargins : '65 5 5 5',
layout : 'accordion',
layoutConfig : {
animate : true
},
items : [{
title : '个人资料管理',
bodyStyle : 'background-Color:skyblue',
items : [{html : ' <font size=' + -1 + '>基本资料管理</font>'
}, {
html : ' <font size=' + -1 + '>个人密码修改</font>'
}]
});
这是一段accordion的代理 怎么给items里的HTML项添加点击事件?? 展开
bodyStyle : 'background-Color:skyblue',
region : 'west',
id : 'west-panel',
split : true,
collapsible : false,
width : 200,
height : 'auto',
margins : '65 0 5 5',
cmargins : '65 5 5 5',
layout : 'accordion',
layoutConfig : {
animate : true
},
items : [{
title : '个人资料管理',
bodyStyle : 'background-Color:skyblue',
items : [{html : ' <font size=' + -1 + '>基本资料管理</font>'
}, {
html : ' <font size=' + -1 + '>个人密码修改</font>'
}]
});
这是一段accordion的代理 怎么给items里的HTML项添加点击事件?? 展开
1个回答
展开全部
panel 的 activate 事件 可以试试
{
html : ' <font id="pw-modify" size=' + -1 + '>个人密码修改</font>'
}]
Ext.get('pw-modify').on('click',function(){});
{
html : ' <font id="pw-modify" size=' + -1 + '>个人密码修改</font>'
}]
Ext.get('pw-modify').on('click',function(){});
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
网易云信
2023-12-06 广告
2023-12-06 广告
网易云信提供一站式的 1 对 1 UIKit 组件库,可以更快地搭建 1 对 1 社交平台,能够快速实现音视频呼叫、音视频通话、1对1消息发送、美颜和礼物功能,直接可以复用我们的组件源码就可以了。优势:1、全套1对1 UI组件,接入更快;2...
点击进入详情页
本回答由网易云信提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询