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/12/01 16:42:08 UTC

svn commit: r885802 - in /incubator/pivot/trunk/demos/www: index.xml scripting.xml table-row-editor.xml

Author: tvolkert
Date: Tue Dec  1 15:42:07 2009
New Revision: 885802

URL: http://svn.apache.org/viewvc?rev=885802&view=rev
Log:
Removed scripting demo from the demos index (it still lives in the tutorials), re-organized the order of the demos

Removed:
    incubator/pivot/trunk/demos/www/scripting.xml
Modified:
    incubator/pivot/trunk/demos/www/index.xml
    incubator/pivot/trunk/demos/www/table-row-editor.xml

Modified: incubator/pivot/trunk/demos/www/index.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/index.xml?rev=885802&r1=885801&r2=885802&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/index.xml (original)
+++ incubator/pivot/trunk/demos/www/index.xml Tue Dec  1 15:42:07 2009
@@ -40,11 +40,11 @@
                 </description>
             </properties>
         </application-item>
-        <application-item id="json-viewer"/>
+        <application-item id="decorators" featured="true"/>
         <application-item id="xml-viewer"/>
-        <application-item id="scripting"/>
-        <application-item id="file-drag-drop"/>
+        <application-item id="json-viewer"/>
         <application-item id="table-row-editor"/>
+        <application-item id="file-drag-drop"/>
         <application-item id="ticker-slideshow" new-window="true">
             <remote href="http://www.satelliteconsulting.com/"/>
             <properties>
@@ -55,12 +55,11 @@
                 </description>
             </properties>
         </application-item>
-        <application-item id="animated-clock"/>
         <application-item id="large-data"/>
         <application-item id="rss-feed"/>
         <application-item id="dom-interaction"/>
-        <application-item id="decorators" featured="true"/>
         <application-item id="fixed-column-table"/>
+        <application-item id="animated-clock"/>
         <application-item id="multiselect"/>
     </body>
 </document>

Modified: incubator/pivot/trunk/demos/www/table-row-editor.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/table-row-editor.xml?rev=885802&r1=885801&r2=885802&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/table-row-editor.xml (original)
+++ incubator/pivot/trunk/demos/www/table-row-editor.xml Tue Dec  1 15:42:07 2009
@@ -26,11 +26,11 @@
 
     <body>
         <p>
-            This sample application demonstrates the use of a flip transition to bring up a table
+            This sample application demonstrates the use of a slide transition to bring up a table
             view row editor.
         </p>
         <application class="org.apache.pivot.demos.roweditor.RowEditorDemo"
-            width="480" height="360">
+            width="480" height="200">
             <libraries>
                 <library>core</library>
                 <library>wtk</library>