direct-form.php
上传用户:shuoshiled
上传日期:2018-01-28
资源大小:10124k
文件大小:1k
源码类别:

中间件编程

开发平台:

JavaScript

  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.     <!-- GC -->
  9.   <!-- LIBS -->
  10.   <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
  11.   <!-- ENDLIBS -->
  12.     <script type="text/javascript" src="../../ext-all.js"></script>     <script language="javascript" src="direct-form.js"></script>
  13. <script type="text/javascript" src="php/api.php"></script>
  14. </head>
  15. <body>
  16. <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
  17. <h1>Ext.Direct Form Integration</h1>
  18. <p>The js is not minified so it is readable. See <a href="direct-form.js">direct-form.js</a>.</p> <p>The following example illustrates how to load a FormPanel or BasicForm through Ext.Direct.</p> <p>Notice that Direct requests will batch together if they occur within the enableBuffer delay period (in milliseconds).</p> <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>
  19. </body>
  20. </html>