this.depTreePanel=new htsoft.ux.TreePanelEditor({
width:230,
region:'west',
title:'部门',
url : __ctxPath+'/system/department/tree.do',//?demId=1',
scope : this,
split:true,
collapsible : true,
autoScroll:true,
contextMenuItems:[{
text:'新建部门',
iconCls:'btn-add',
scope:this,
handler:this.addOrg
},{
text:'编辑部门',
iconCls:'btn-edit',
scope:this,
handler:this.editOrg
},{
text:'删除部门',
iconCls:'btn-del',
scope:this,
handler:this.delOrg
},'-',{
text:'加入用户',
iconCls:'btn-add',
scope:this,
handler:this.addUser
}
],
onclick:this.depTreeClick
});
上边的scpoe:this是什么意思啊
extjs scope:this 问题
答案:2 悬赏:70 手机版
解决时间 2021-03-06 16:32
- 提问者网友:鐵馬踏冰河
- 2021-03-05 22:14
最佳答案
- 五星知识达人网友:千杯敬自由
- 2021-03-05 23:41
Extjs的scope:this是将作用域改变为整个控件的作用域。
全部回答
- 1楼网友:七十二街
- 2021-03-06 01:06
期待看到有用的回答!
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯