PageRenderTime 25ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/examples/index.html

http://pyjamas.googlecode.com/
HTML | 77 lines | 65 code | 12 blank | 0 comment | 0 complexity | 683b32bd88e37d3ff78ec403c6743fcb MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. <html>
  2. <head>
  3. <title>Pyjamas Examples</title>
  4. <style>
  5. body {
  6. font-family: "Trebuchet MS", Arial;
  7. font-size: 11pt;
  8. }
  9. h2 {
  10. margin: 20px 0px 0px 0px;
  11. padding: 0px;
  12. color: #609;
  13. }
  14. p {
  15. margin: 0px 0px 0px 10px;
  16. padding: 0px;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <h1>Pyjamas Examples</h1>
  22. <p>Note: the links to see the demos will only work if you've built that
  23. particular example.</p>
  24. <h2>helloworld</h2>
  25. <p>Port of GWT hello world example<br />
  26. <a href="helloworld/output/Hello.html">see demo</a> |
  27. <a href="helloworld/">source directory</a><p>
  28. <h2>onclicktest</h2>
  29. <p>Demo of onclick event handling<br />
  30. <a href="onclicktest/output/OnClickTest.html">see demo</a> |
  31. <a href="onclicktest/">source directory</a><p>
  32. <h2>browserdetect</h2>
  33. <p>Demo of browser-specific coding<br />
  34. <a href="browserdetect/output/BrowserDetect.html">see demo</a> |
  35. <a href="browserdetect/">source directory</a><p>
  36. <h2>libtest</h2>
  37. <p>Client-side unit tests of library<br />
  38. <a href="libtest/output/LibTest.html">see demo</a> |
  39. <a href="libtest/">source directory</a><p>
  40. <h2>gridtest</h2>
  41. <p>Demo of grid control<br />
  42. <a href="gridtest/output/GridTest.html">see demo</a> |
  43. <a href="gridtest/">source directory</a><p>
  44. <h2>dynamictable</h2>
  45. <p>Port of GWT dynamic table example<br />
  46. <a href="dynamictable/output/DynaTable.html">see demo</a> |
  47. <a href="dynamictable/">source directory</a><p>
  48. <h2>kitchensink</h2>
  49. <p>Port of GWT kitchen sink example<br />
  50. <a href="kitchensink/output/KitchenSink.html">see demo</a> |
  51. <a href="kitchensink/">source directory</a><p>
  52. <h2>jsonrpc</h2>
  53. <p>Port of GWT JSON RPC example<br />
  54. <a href="jsonrpc/output/JSONRPCExample.html">see demo</a> |
  55. <a href="jsonrpc/">source directory</a><p>
  56. <h2>mail</h2>
  57. <p>Port of GWT desktop app clone example<br />
  58. <a href="mail/output/Mail.html">see demo</a> |
  59. <a href="mail/">source directory</a><p>
  60. <h2>addonsgallery</h2>
  61. <p>Demo gallery of addon components<br />
  62. <a href="addonsgallery/output/AddonsGallery.html">see demo</a> |
  63. <a href="addonsgallery/">source directory</a><p>
  64. </body>
  65. </html>