You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/06/17 19:49:49 UTC

svn commit: r785743 [3/3] - in /incubator/pivot/trunk/demos: src/org/apache/pivot/demos/dom/ www/ www/assets/

Added: incubator/pivot/trunk/demos/www/file_browser.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/file_browser.template.html?rev=785743&view=auto
==============================================================================
--- incubator/pivot/trunk/demos/www/file_browser.template.html (added)
+++ incubator/pivot/trunk/demos/www/file_browser.template.html Wed Jun 17 17:49:48 2009
@@ -0,0 +1,34 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<html>
+<head>
+<title>Pivot File Browser Demo</title>
+</head>
+<body>
+<script src="http://java.com/js/deployJava.js"></script>
+<script>
+var attributes = {code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
+    archive:"lib/@project_name@-core-@version@.signed.jar,lib/@project_name@-wtk-@version@.signed.jar,lib/@project_name@-wtk-@version@.terra.signed.jar,lib/@project_name@-tutorials-@version@.signed.jar",
+    width:240, height:320};
+var parameters = {applicationClassName:"org.apache.pivot.tutorials.filebrowser.FileBrowser",
+    codebase_lookup:false};
+var version = "1.6";
+deployJava.runApplet(attributes, parameters, version);
+</script>
+</body>
+</html>

Added: incubator/pivot/trunk/demos/www/file_drag_drop.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/file_drag_drop.template.html?rev=785743&view=auto
==============================================================================
--- incubator/pivot/trunk/demos/www/file_drag_drop.template.html (added)
+++ incubator/pivot/trunk/demos/www/file_drag_drop.template.html Wed Jun 17 17:49:48 2009
@@ -0,0 +1,34 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<html>
+<head>
+<title>Pivot File Drag &amp; Drop Demo</title>
+</head>
+<body>
+<script src="http://java.com/js/deployJava.js"></script>
+<script>
+var attributes = {code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
+    archive:"lib/@project_name@-core-@version@.signed.jar,lib/@project_name@-wtk-@version@.signed.jar,lib/@project_name@-wtk-@version@.terra.signed.jar,lib/@project_name@-demos-@version@.signed.jar",
+    width:380, height:260};
+var parameters = {applicationClassName:"org.apache.pivot.demos.dnd.FileDropTargetDemo",
+    codebase_lookup:false};
+var version = "1.6";
+deployJava.runApplet(attributes, parameters, version);
+</script>
+</body>
+</html>

Modified: incubator/pivot/trunk/demos/www/kitchen_sink.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/kitchen_sink.template.html?rev=785743&r1=785742&r2=785743&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/kitchen_sink.template.html (original)
+++ incubator/pivot/trunk/demos/www/kitchen_sink.template.html Wed Jun 17 17:49:48 2009
@@ -25,7 +25,8 @@
 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:1024, height:768};
-var parameters = {applicationClassName:"org.apache.pivot.tutorials.KitchenSink", codebase_lookup:"false"} ;
+var parameters = {applicationClassName:"org.apache.pivot.tutorials.KitchenSink",
+    codebase_lookup:false};
 var version = "1.6";
 deployJava.runApplet(attributes, parameters, version);
 </script>

Added: incubator/pivot/trunk/demos/www/large_data.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/large_data.template.html?rev=785743&view=auto
==============================================================================
--- incubator/pivot/trunk/demos/www/large_data.template.html (added)
+++ incubator/pivot/trunk/demos/www/large_data.template.html Wed Jun 17 17:49:48 2009
@@ -0,0 +1,36 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<html>
+<head>
+<title>Pivot Large Data Sets Demo</title>
+</head>
+<body>
+<script src="http://java.com/js/deployJava.js"></script>
+<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@-demos-@version@.jar",
+    width:600, height:480};
+var parameters = {applicationClassName:"org.apache.pivot.demos.million.LargeData",
+    basePath:"assets",
+    codebase_lookup:false,
+    java_arguments:"-Xms512M"};
+var version = "1.6";
+deployJava.runApplet(attributes, parameters, version);
+</script>
+</body>
+</html>

Added: incubator/pivot/trunk/demos/www/rss_feed.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/rss_feed.template.html?rev=785743&view=auto
==============================================================================
--- incubator/pivot/trunk/demos/www/rss_feed.template.html (added)
+++ incubator/pivot/trunk/demos/www/rss_feed.template.html Wed Jun 17 17:49:48 2009
@@ -0,0 +1,34 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<html>
+<head>
+<title>Pivot RSS Feed Demo</title>
+</head>
+<body>
+<script src="http://java.com/js/deployJava.js"></script>
+<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@-demos-@version@.jar",
+    width:480, height:360};
+var parameters = {applicationClassName:"org.apache.pivot.demos.rss.RSSFeedDemo",
+    codebase_lookup:false};
+var version = "1.6.10";
+deployJava.runApplet(attributes, parameters, version);
+</script>
+</body>
+</html>

Added: incubator/pivot/trunk/demos/www/stock_tracker.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/stock_tracker.template.html?rev=785743&view=auto
==============================================================================
--- incubator/pivot/trunk/demos/www/stock_tracker.template.html (added)
+++ incubator/pivot/trunk/demos/www/stock_tracker.template.html Wed Jun 17 17:49:48 2009
@@ -0,0 +1,34 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<html>
+<head>
+<title>Pivot Stock Tracker Demo</title>
+</head>
+<body>
+<script src="http://java.com/js/deployJava.js"></script>
+<script>
+var attributes = {code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
+    archive:"lib/@project_name@-core-@version@.signed.jar,lib/@project_name@-web-@version@.signed.jar,lib/@project_name@-wtk-@version@.signed.jar,lib/@project_name@-wtk-@version@.terra.signed.jar,lib/@project_name@-tutorials-@version@.signed.jar",
+    width:480, height:360};
+var parameters = {applicationClassName:"org.apache.pivot.tutorials.stocktracker.StockTracker",
+    codebase_lookup:false};
+var version = "1.6";
+deployJava.runApplet(attributes, parameters, version);
+</script>
+</body>
+</html>

Added: incubator/pivot/trunk/demos/www/table_row_editor.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/table_row_editor.template.html?rev=785743&view=auto
==============================================================================
--- incubator/pivot/trunk/demos/www/table_row_editor.template.html (added)
+++ incubator/pivot/trunk/demos/www/table_row_editor.template.html Wed Jun 17 17:49:48 2009
@@ -0,0 +1,34 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<html>
+<head>
+<title>Pivot Table Row Editor Demo</title>
+</head>
+<body>
+<script src="http://java.com/js/deployJava.js"></script>
+<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@-demos-@version@.jar",
+    width:480, height:360};
+var parameters = {applicationClassName:"org.apache.pivot.demos.roweditor.RowEditorDemo",
+    codebase_lookup:false};
+var version = "1.6";
+deployJava.runApplet(attributes, parameters, version);
+</script>
+</body>
+</html>