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
11 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\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
18 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
\r
20 <h1>Ext.Direct Form Integration</h1>
\r
22 <p>The js is not minified so it is readable. See <a href="direct-form.js">direct-form.js</a>.</p>
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