extjs 中如何操作tree的节点
1个回答
2013-09-18
展开全部
使用tree的以下方法:
on( String eventName, Function handler, Object scope, Object options )
为该元素添加事件处理函数(addListener的简写方式)。Appe...
为该元素添加事件处理函数(addListener的简写方式)。Appends an event handler to this element (shorthand for addListener)
参数项:
eventName : String
事件名称The type of event to listen for
handler : Function
处理函数The method the event invokes
scope : Object
(可选的) 执行处理函数的作用域。“this”对象指针(optional) The scope in which to execute the handler function. The handler function's "this" context.
options : Object
(可选的)(optional)
extjs的eventName基本上继承了HTML元素的标准事件,如mouseover、 mousedown、click、blur、focus、change等。同时新增了fired跟quit两个事件。
简单代码如下:
fnname1 = function(){
alert("点击事件");
}
fnname2 = function(){
alert("移动事件");
}
treename.on(
{
click:fnname1,
mouseover:fnname2
})
还可以通过继承增加自定义的事件,这里不多作介绍。
on( String eventName, Function handler, Object scope, Object options )
为该元素添加事件处理函数(addListener的简写方式)。Appe...
为该元素添加事件处理函数(addListener的简写方式)。Appends an event handler to this element (shorthand for addListener)
参数项:
eventName : String
事件名称The type of event to listen for
handler : Function
处理函数The method the event invokes
scope : Object
(可选的) 执行处理函数的作用域。“this”对象指针(optional) The scope in which to execute the handler function. The handler function's "this" context.
options : Object
(可选的)(optional)
extjs的eventName基本上继承了HTML元素的标准事件,如mouseover、 mousedown、click、blur、focus、change等。同时新增了fired跟quit两个事件。
简单代码如下:
fnname1 = function(){
alert("点击事件");
}
fnname2 = function(){
alert("移动事件");
}
treename.on(
{
click:fnname1,
mouseover:fnname2
})
还可以通过继承增加自定义的事件,这里不多作介绍。
ZESTRON
2024-09-04 广告
2024-09-04 广告
表面污染分析包括评估表面上存在的颗粒、残留物或物质。通过利用显微镜、光谱学和色谱法等技术,分析人员可以识别和表征污染物,以确定其成分和来源。这种分析在电子、制药和制造等各个行业中至关重要,以确保产品质量、性能和安全性。了解表面污染有助于实施...
点击进入详情页
本回答由ZESTRON提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询