X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/guides/data/examples/associations_validations/data/users/1/index.html diff --git a/docs/guides/data/examples/associations_validations/data/users/1/index.html b/docs/guides/data/examples/associations_validations/data/users/1/index.html new file mode 100644 index 00000000..2763bed5 --- /dev/null +++ b/docs/guides/data/examples/associations_validations/data/users/1/index.html @@ -0,0 +1,25 @@ +{ + success: true, + users: [ + { + id: 1, + name: 'Ed', + age: 25, + gender: 'male', + 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