/examples/index.html
HTML | 77 lines | 65 code | 12 blank | 0 comment | 0 complexity | 683b32bd88e37d3ff78ec403c6743fcb MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- <html>
- <head>
- <title>Pyjamas Examples</title>
- <style>
- body {
- font-family: "Trebuchet MS", Arial;
- font-size: 11pt;
- }
- h2 {
- margin: 20px 0px 0px 0px;
- padding: 0px;
- color: #609;
- }
- p {
- margin: 0px 0px 0px 10px;
- padding: 0px;
- }
- </style>
- </head>
- <body>
- <h1>Pyjamas Examples</h1>
- <p>Note: the links to see the demos will only work if you've built that
- particular example.</p>
- <h2>helloworld</h2>
- <p>Port of GWT hello world example<br />
- <a href="helloworld/output/Hello.html">see demo</a> |
- <a href="helloworld/">source directory</a><p>
- <h2>onclicktest</h2>
- <p>Demo of onclick event handling<br />
- <a href="onclicktest/output/OnClickTest.html">see demo</a> |
- <a href="onclicktest/">source directory</a><p>
- <h2>browserdetect</h2>
- <p>Demo of browser-specific coding<br />
- <a href="browserdetect/output/BrowserDetect.html">see demo</a> |
- <a href="browserdetect/">source directory</a><p>
- <h2>libtest</h2>
- <p>Client-side unit tests of library<br />
- <a href="libtest/output/LibTest.html">see demo</a> |
- <a href="libtest/">source directory</a><p>
- <h2>gridtest</h2>
- <p>Demo of grid control<br />
- <a href="gridtest/output/GridTest.html">see demo</a> |
- <a href="gridtest/">source directory</a><p>
- <h2>dynamictable</h2>
- <p>Port of GWT dynamic table example<br />
- <a href="dynamictable/output/DynaTable.html">see demo</a> |
- <a href="dynamictable/">source directory</a><p>
- <h2>kitchensink</h2>
- <p>Port of GWT kitchen sink example<br />
- <a href="kitchensink/output/KitchenSink.html">see demo</a> |
- <a href="kitchensink/">source directory</a><p>
- <h2>jsonrpc</h2>
- <p>Port of GWT JSON RPC example<br />
- <a href="jsonrpc/output/JSONRPCExample.html">see demo</a> |
- <a href="jsonrpc/">source directory</a><p>
- <h2>mail</h2>
- <p>Port of GWT desktop app clone example<br />
- <a href="mail/output/Mail.html">see demo</a> |
- <a href="mail/">source directory</a><p>
- <h2>addonsgallery</h2>
- <p>Demo gallery of addon components<br />
- <a href="addonsgallery/output/AddonsGallery.html">see demo</a> |
- <a href="addonsgallery/">source directory</a><p>
- </body>
- </html>