注意: ext中 function(e,target) 有着本质的却别 target为ext对象
// 配置滚动条
scrollable: {
direction: ‘vertical‘,
direcitonLock: true
},
// 元素查找 (返回ext对象)
var els = Ext.select(‘a[name=‘ + typename + ‘]‘); //
// 元素查找 (返回 dom对象)
var el = Ext.DomQuery.selectNode("span[action=‘showCartNum‘]");
// 组件下元素查找 (target 为ext对象)
target.element.down(".ykSecend").addCls("conShow");
时间: 2024-10-12 08:07:19