X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/tree/xml-tree-loader.html diff --git a/examples/tree/xml-tree-loader.html b/examples/tree/xml-tree-loader.html index de089b89..18e57565 100644 --- a/examples/tree/xml-tree-loader.html +++ b/examples/tree/xml-tree-loader.html @@ -7,17 +7,17 @@ - + - + - +

XmlTreeLoader Example

Demonstrates extending the native Ext.tree.TreeLoader to support loading XML data via the - custom Ext.ux.XmlTreeLoader class.

+ custom Ext.ux.tree.XmlTreeLoader class.

The XmlTreeLoader is then further extended to demonstrate additional custom, application-specific node processing.

The js is not minified so it is readable. See xml-tree-loader.js.

This demo loads an XML file in the following format:

@@ -34,7 +34,7 @@ </authors>

- +