添加AdvTree 或者New一个 然后添加节点也就是Node 和treeView差不多 不过advTree扩展性更强也复杂了 。 自己代码用.看看属性就知道了
下图是给Node添加子节点
使用tree的以下方法:on(StringeventName,Functionhandler,Objectscope,Objectoptions)为该元素添加事件处理函数(addListener的简写方式)。Appendsaneventhandlertothiselement(shorthandforaddListener)参数项:eventName:String事件名称Thetypeofeventtolistenforhandler:Function处理函数Themethodtheeventinvokesscope:Object(可选的)执行处理函数的作用域。“this”对象指针(optional)Thescopeinwhichtoexecutethehandlerfunction.Thehandlerfunction's"this"context.options:Object(可选的)(optional)extjs的eventName基本上继承了HTML元素的标准事件,如mouseover、mousedown、click、blur、focus、change等。同时新增了fired跟quit两个事件。简单代码如下:fnname1=function(){alert("点击事件")}fnname2=function(){欢迎分享,转载请注明来源:内存溢出
评论列表(0条)