direct.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</title>
  5.     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  6.     <!-- GC -->
  7.   <!-- LIBS -->
  8.   <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
  9.   <!-- ENDLIBS -->
  10.     <script type="text/javascript" src="../../ext-all.js"></script>
  11.     <script language="javascript" src="direct.js"></script>
  12. <script type="text/javascript" src="php/api.php"></script>
  13.     <!-- Common Styles for the examples -->
  14.     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
  15.     <style type="text/css">
  16.         #out {
  17.             padding: 5px;
  18.             overflow:auto;
  19.             border-width:0;
  20.         }
  21.         #out b {
  22.             color:#555;
  23.         }
  24.         #out xmp {
  25.             margin: 5px;
  26.         }
  27.         #out p {
  28.             margin:0;
  29.         }
  30. }
  31.     </style>
  32. </head>
  33. <body>
  34. <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
  35. <h1>Ext.Direct Generic Remoting</h1>
  36. <p>The js is not minified so it is readable. See <a href="direct.js">direct.js</a>.</p>
  37. </body>
  38. </html>