X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/guides/data/examples/lazy_associations/data/posts/index.html diff --git a/docs/guides/data/examples/lazy_associations/data/posts/index.html b/docs/guides/data/examples/lazy_associations/data/posts/index.html new file mode 100644 index 00000000..c7e029f3 --- /dev/null +++ b/docs/guides/data/examples/lazy_associations/data/posts/index.html @@ -0,0 +1,17 @@ +{ + success: true, + posts: [ + { + id : 12, + title: 'All about data in Ext JS 4', + body : 'One areas that has seen the most improvement...', + comments: [ + { + id: 123, + name: 'S Jobs', + message: 'One more thing' + } + ] + } + ] +} \ No newline at end of file