X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/direct/direct-form.php?ds=sidebyside diff --git a/examples/direct/direct-form.php b/examples/direct/direct-form.php new file mode 100644 index 00000000..32f229a8 --- /dev/null +++ b/examples/direct/direct-form.php @@ -0,0 +1,29 @@ + +
+ +The js is not minified so it is readable. See direct-form.js.
+ +The following example illustrates how to load a FormPanel or BasicForm through Ext.Direct.
+Notice that Direct requests will batch together if they occur within the enableBuffer delay period (in milliseconds).
+The Ext.Direct Form api also supports submit in addition to load. The server-side must mark the submit handler as a 'formHandler' and will not be batched.
+ + +