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个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询