You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/09/03 20:32:30 UTC

svn commit: r811072 - /incubator/pivot/trunk/tutorials/www/table_panes.template.html

Author: tvolkert
Date: Thu Sep  3 18:32:29 2009
New Revision: 811072

URL: http://svn.apache.org/viewvc?rev=811072&view=rev
Log:
Added table pane tutorial applet to html page

Modified:
    incubator/pivot/trunk/tutorials/www/table_panes.template.html

Modified: incubator/pivot/trunk/tutorials/www/table_panes.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/table_panes.template.html?rev=811072&r1=811071&r2=811072&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/table_panes.template.html (original)
+++ incubator/pivot/trunk/tutorials/www/table_panes.template.html Thu Sep  3 18:32:29 2009
@@ -75,6 +75,19 @@
 tablePane.getRows().add(row2);
 </pre>
 
+<script>
+var attributes = {code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
+    archive:"lib/@project_name@-core-@version@.jar,lib/@project_name@-wtk-@version@.jar,lib/@project_name@-wtk-@version@.terra.jar,lib/@project_name@-tutorials-@version@.jar",
+    width:460,
+    height:310,
+    style:"border:solid 1px #999999"
+};
+var parameters = {application_class_name:"org.apache.pivot.tutorials.layout.TablePanes",
+    codebase_lookup:false
+};
+deployJava.writeAppletTag(attributes, parameters);
+</script>
+
 <p>Next: <a href="borders.html">Borders</a></p>
 </body>
 </html>