X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/direct/direct-form.html diff --git a/examples/direct/direct-form.html b/examples/direct/direct-form.html new file mode 100644 index 00000000..4a29e219 --- /dev/null +++ b/examples/direct/direct-form.html @@ -0,0 +1,21 @@ + + + + + Ext.Direct Form Integration + + + + + + + +

Ext.Direct Form Integration

+ +

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.

+ +