Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / direct / direct-form.php
1 <html>\r
2 <head>\r
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
4     <title>Ext.Direct Form Integration</title>\r
5     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
6     <!-- Common Styles for the examples -->\r
7     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
8 \r
9     <!-- GC -->\r
10         <!-- LIBS -->\r
11         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
12         <!-- ENDLIBS -->\r
13     <script type="text/javascript" src="../../ext-all.js"></script>
14     <script language="javascript" src="direct-form.js"></script>\r
15         <script type="text/javascript" src="php/api.php"></script>\r
16 </head>\r
17 <body>\r
18 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
19 \r
20 <h1>Ext.Direct Form Integration</h1>\r
21 \r
22 <p>The js is not minified so it is readable. See <a href="direct-form.js">direct-form.js</a>.</p>
23
24 <p>The following example illustrates how to load a FormPanel or BasicForm through Ext.Direct.</p>
25 <p>Notice that Direct requests will batch together if they occur within the enableBuffer delay period (in milliseconds).</p>
26 <p>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.</p>\r
27 \r
28 </body>\r
29 </html>