/examples/index.html

https://github.com/lovelysystems/pyjamas · HTML · 183 lines · 150 code · 33 blank · 0 comment · 0 complexity · d4a52eaa569a9b44144afd76d7a40a9d MD5 · raw file

  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>showcase</h2>
  49. <p>Showcase of widgets and panels - shows source code<br />
  50. <a href="showcase/build/Showcase.html">see demo</a> |
  51. <a href="showcase/">source directory</a><p>
  52. <h2>kitchensink</h2>
  53. <p>Port of GWT kitchen sink example<br />
  54. <a href="kitchensink/output/KitchenSink.html">see demo</a> |
  55. <a href="kitchensink/">source directory</a><p>
  56. <h2>jsonrpc</h2>
  57. <p>Port of GWT JSON RPC example<br />
  58. <a href="jsonrpc/output/JSONRPCExample.html">see demo</a> |
  59. <a href="jsonrpc/">source directory</a><p>
  60. <h2>mail</h2>
  61. <p>Port of GWT desktop app clone example<br />
  62. <a href="mail/output/Mail.html">see demo</a> |
  63. <a href="mail/">source directory</a><p>
  64. <h2>addonsgallery</h2>
  65. <p>Demo gallery of addon components<br />
  66. <a href="addonsgallery/output/AddonsGallery.html">see demo</a> |
  67. <a href="addonsgallery/">source directory</a><p>
  68. <h2>controls</h2>
  69. <p>Controls Tutorial<br />
  70. <a href="controls/output/ControlDemo.html">see demo</a> |
  71. <a href="controls/">source directory</a><p>
  72. <h2>slideshow</h2>
  73. <p>AJAX-based Slideshow using wiki-like markup<br />
  74. <a href="slideshow/output/Slideshow.html">see demo</a> |
  75. <a href="slideshow/">source directory</a><p>
  76. <h2>formpanel</h2>
  77. <p>FormPanel example<br />
  78. <a href="formpanel/output/FormPanelExample.html">see demo</a> |
  79. <a href="formpanel/">source directory</a><p>
  80. <h2>getattr</h2>
  81. <p>getattr example<br />
  82. <a href="getattr/output/MainTest.html">see demo</a> |
  83. <a href="getattr/">source directory</a><p>
  84. <h2>gridedit</h2>
  85. <p>gridedit example<br />
  86. <a href="gridedit/output/GridEdit.html">see demo</a> |
  87. <a href="gridedit/">source directory</a><p>
  88. <h2>infohierarchy</h2>
  89. <p>infohierarchy example<br />
  90. <a href="infohierarchy/output/InfoDirectory.html">see demo</a> |
  91. <a href="infohierarchy/">source directory</a><p>
  92. <h2>jsobject</h2>
  93. <p>javascript objects example<br />
  94. <a href="jsobject/output/TestRect.html">see demo1</a> |
  95. <a href="jsobject/output/TestDict.html">see demo2</a> |
  96. <a href="jsobject/">source directory</a><p>
  97. <h2>jsimport</h2>
  98. <p>javascript import example<br />
  99. <a href="jsimport/output/examplejs.html">see demo</a> |
  100. <a href="jsimport/">source directory</a><p>
  101. <h2>splitpanel</h2>
  102. <p>splitpanel example<br />
  103. <a href="splitpanel/output/SplitPanel.html">see demo</a> |
  104. <a href="splitpanel/">source directory</a><p>
  105. <h2>tabpanelwidget</h2>
  106. <p>tabpanelwidget example<br />
  107. <a href="tabpanelwidget/output/Tabs.html">see demo</a> |
  108. <a href="tabpanelwidget/">source directory</a><p>
  109. <h2>widgets</h2>
  110. <p>widgets SVG Canvas transparent "clock" example<br />
  111. <a href="widgets/output/Widgets.html">see demo</a> |
  112. <a href="widgets/">source directory</a><p>
  113. <h2>xmldoc</h2>
  114. <p>parsing XML documents<br />
  115. <a href="xmldoc/output/XMLload.html">see demo</a> |
  116. <a href="xmldoc/">source directory</a><p>
  117. <h2>google gears</h2>
  118. <p>Google Gears Demo<br />
  119. <a href="gears/output/GearsDemo.html">see demo</a> |
  120. <a href="gears/">source directory</a><p>
  121. <h2>alaxlibtest</h2>
  122. <p>Experimental Dynamic Module loading of a Javascript Module<br />
  123. <a href="ajaxlibtest/output/AjaxTest.html">see demo</a> |
  124. <a href="ajaxlibtest/">source directory</a><p>
  125. <h2>lightout</h2>
  126. <p>Simple game, by Radoslav Kirov<br />
  127. <a href="lightout/output/lightout.html">see demo</a> |
  128. <a href="lightout/">source directory</a><p>
  129. <h2>employeeadmin</h2>
  130. <p>PureMVC demo EmployeeAdmin<br />
  131. <a href="employeeadmin/output/EmployeeAdmin.html">see demo</a> |
  132. <a href="employeeadmin/">source directory</a><p>
  133. <h2>timesheet</h2>
  134. <p>PureMVC demo TimeSheet<br />
  135. <a href="timesheet/output/TimeSheet.html">see demo</a> |
  136. <a href="timesheet/">source directory</a><p>
  137. <h2>datefield</h2>
  138. <p>PureMVC demo DateField<br />
  139. <a href="datefield/output/DateField.html">see demo</a> |
  140. <a href="datefield/">source directory</a><p>
  141. <h2>svgtest</h2>
  142. <p>PureMVC demo SVG test<br />
  143. <a href="svgtest/output/svg_test.html">see demo</a> |
  144. <a href="svgtest/">source directory</a><p>
  145. <h2>canvasprocessing</h2>
  146. <p>PureMVC demo DateTime<br />
  147. <a href="canvasprocessing/output/CanvasProcessing.html">see demo</a> |
  148. <a href="canvasprocessing/">source directory</a><p>
  149. </body>
  150. </html>