Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / direct / direct-form.php
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4     <title>Ext.Direct Form Integration</title>
5     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6     <!-- Common Styles for the examples -->
7     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
8
9     <!-- GC -->
10         <!-- LIBS -->
11         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
12         <!-- ENDLIBS -->
13     <script type="text/javascript" src="../../ext-all.js"></script>
14     <script language="javascript" src="direct-form.js"></script>
15         <script type="text/javascript" src="php/api.php"></script>
16 </head>
17 <body>
18 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
19
20 <h1>Ext.Direct Form Integration</h1>
21
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>
27
28 </body>
29 </html>