extjs 中如何操作tree的节点

言子o從
2013-10-11 · TA获得超过4448个赞
知道小有建树答主
回答量:970
采纳率:0%
帮助的人:2292万
展开全部
使用tree的以下方法: on( String eventName, Function handler, Object scope, Object options ) 为该元素添加事件处理函数(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(){
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式