- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
treepanel主要配置(Treepanel main configuration)
treepanel主要配置(Treepanel main configuration)
1, Ext.tree.TreePanel
Primary configuration item:
Root: the root node of a tree.
RootVisible: does the root node show, and defaults to true?.
UseArrows: do you use the Vista style arrow in the tree, and the default is false?.
Lines: whether to display tree lines, defaults to true.
Loader: tree node loader, defaults to Ext.tree.TreeLoader.
SelModel: tree selection mode, defaults to Ext.tree.DefaultSelectionModel.
PathSeparator: the tree node path separator, which defaults to /.
SingleExpand: do you expand only one node in the tree at one time and defaults to true?.
RequestMethod: request method, optional values are POST, GET.
ContainerScroll: do you want to register the tree panel in the scroll manager ScrollManager?.
Main method:
CollapseAll (): shrinks all tree nodes
ExpandAll (): expands all tree nodes
GetRootNode (): gets the root node
GetNodeById (String ID): gets the node of the specified ID
Expand ([Boolean, deep], [Boolean, anim], [Function, callback], [Object, scope])
ExpandPath (String, path, [String, attr], [Function, callback])
GetChecked ([String, attribute], [TreeNode, startNode])
SelectPath (String, path, [String, attr], [Function, callback])
GetSelectionModel ():
2, Ext.data.Node
Primary configuration item:
ID: node ID
Leaf: is the current node a leaf node?
Main attribute:
ID: node ID
Attributes: collection of node attributes
ParentNode: the parent node of the current node
ChildNodes: an array of all child nodes of the current node
FirstChild: the first immediate child node of the current node, if not, is the null value
LastChild: the last immediate child node of the current node, if not, is the null value
NextSibling: the next sibling node of the current node, if not, is the null value
PreviousSibling: the previous sibling node of the current node, if not, is the null value
Main method:
AppendChild (Node/Array node): appends a new child node
Bubble (Function, FN, [Object, scope], args], [Array): the specifi
您可能关注的文档
- etrt(etrt).doc
- etl的过程原理和数据仓库建设(The process principle and data warehouse construction of ETL).doc
- excel 快捷总揽(快捷总揽 excel).doc
- excel 快捷键(快捷键 excel).doc
- excel 运用极速提升 (快捷键和功能键使用绝招)(Excel uses speed boost (shortcuts and function keys)).doc
- excel2003和2007表格中常用快捷键大全_word联盟(Excel2003 and 2007 in the form of commonly used shortcut keys Daquan _word Alliance).doc
- excelvba用户窗体编程基础(ExcelVBA user form programming basics).doc
- excel常用命令快捷方式(Excel common command shortcuts).doc
- excel常用快捷键大全(Excel commonly used shortcuts Daquan).doc
- excel操作题(Excel operation questions).doc
- tpm的定义和应用(Definition and application of TPM).doc
- tsc条码打印机常见故障及解决方法(Common troubles and solutions of TSC bar code printer).doc
- tj-50p+与国内防火墙厂家产品比较(Comparison of tj-50p+ products with domestic firewall manufacturers).doc
- tu(涂).doc
- t九年级语文(上)(人教社实验本安徽实验区)期末考试试卷(T grade nine language (above) (people's education agency, laboratory, Anhui experimentation area) final examination paper).doc
- txt2(txt2).doc
- ubuntu 默认防火墙安装、启用、查看状态(Ubuntu default firewall installation, enable, view status).doc
- ubuntu12.10-编译服务器安装(Ubuntu12.10- compile server installation).doc
- u8中的erp词汇解释(ERP vocabulary interpretation in U8).doc
- ug nx2 在模具复杂曲面设计及制造中的应用(Application of UG NX2 in the design and manufacture of complex die surface).doc
文档评论(0)