X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.ux.tree.XmlTreeLoader.html diff --git a/docs/output/Ext.ux.tree.XmlTreeLoader.html b/docs/output/Ext.ux.tree.XmlTreeLoader.html index ddde7be2..52dc1823 100644 --- a/docs/output/Ext.ux.tree.XmlTreeLoader.html +++ b/docs/output/Ext.ux.tree.XmlTreeLoader.html @@ -1,19 +1,19 @@ -
Properties Methods Events Config Options Direct Link
Observable
  TreeLoader
    XmlTreeLoader

Class Ext.ux.tree.XmlTreeLoader

Package:Ext.ux.tree
Defined In:XmlTreeLoader.js
Class:XmlTreeLoader
Extends:TreeLoader

A TreeLoader that can convert an XML document into a hierarchy of Ext.tree.TreeNodes. +

Observable
  TreeLoader
    XmlTreeLoader

Class Ext.ux.tree.XmlTreeLoader

Package:Ext.ux.tree
Defined In:XmlTreeLoader.js
Class:XmlTreeLoader
Extends:TreeLoader

A TreeLoader that can convert an XML document into a hierarchy of Ext.tree.TreeNodes. Any text value included as a text node in the XML will be added to the parent node as an attribute called innerText. Also, the tag name of each XML node will be added to the tree node as an attribute called tagName.

By default, this class expects that your source XML will provide the necessary attributes on each node as expected by the Ext.tree.TreePanel to display and load properly. However, you can provide your own custom processing of node attributes by overriding the processNode method -and modifying the attributes as needed before they are used to create the associated TreeNode.

Config Options

Config OptionsDefined By