source: trunk/web/addons/job_monarch/lib/extjs-30/examples/direct/direct-form.php @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 1.3 KB
Line 
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>
Note: See TracBrowser for help on using the repository browser.