X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..6746dc89c47ed01b165cc1152533605f97eb8e8d:/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 @@ + + + + Lazy Loading Data Associations + + + + + + + +

Lazy Loading Data Associations

+

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.

+ +