X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..refs/heads/master:/examples/data/associations.html diff --git a/examples/data/associations.html b/examples/data/associations.html new file mode 100644 index 00000000..d3a75b2c --- /dev/null +++ b/examples/data/associations.html @@ -0,0 +1,28 @@ + + +
+This example demonstrates the ability to lazy load associative data. For loading nested data in a single request, see the nested-loading.html example.
+We look at a fictional company that sells furniture to their retail customers.
+Note that each time you navigate down to a new level a separate request is sent to retrieve the appropriate data.
+Once you reach the last level, we also demonstrate the ability to load back up the hierarchy. Note that this creates a new Model instance so no previous association data is present when we begin.
+ +The source is not minified and can be viewed here: associations.js.
+ +