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