You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/07/04 15:57:51 UTC

svn commit: r1751325 - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible: 00-collapsible-box/ 20-collapsible-panel/ 30-collapsible-section/

Author: lofwyr
Date: Mon Jul  4 15:57:51 2016
New Revision: 1751325

URL: http://svn.apache.org/viewvc?rev=1751325&view=rev
Log:
TOBAGO-1544: Demo

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml?rev=1751325&r1=1751324&r2=1751325&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml Mon Jul  4 15:57:51 2016
@@ -48,7 +48,7 @@
   </tc:section>
   <tc:section label="Collapsible section with AJAX server request" id="section2">
 
-    Here we have the transitions <code>show</code> and <code>drop</code> and there is no server request needed.
+    Here we have the transitions <code>show</code> and <code>hide</code> with AJAX request.
     The buttons have set <code>omit="false"</code> which is the default.
 
     <tc:box label="Collapsible box (AJAX)" id="box2">
@@ -74,7 +74,7 @@
 
   <tc:section label="Collapsible section with full server request" id="section3">
 
-    Here we have the transitions <code>show</code> and <code>drop</code> and there is no server request needed.
+    Here we have the transitions <code>show</code> and <code>hide</code> with normal server request.
     The buttons have set <code>omit="false"</code> which is the default.
 
     <tc:box label="Collapsible box (full request)" id="box3">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml?rev=1751325&r1=1751324&r2=1751325&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml Mon Jul  4 15:57:51 2016
@@ -50,14 +50,14 @@
       <f:ajax execute="panel2" render="panel2"/>
       <tc:operation name="show" for="panel2"/>
     </tc:button>
-    <tc:button label="drop" id="drop2">
+    <tc:button label="hide" id="hide2">
       <f:ajax execute="panel2" render="panel2"/>
       <tc:operation name="hide" for="panel2"/>
     </tc:button>
   </tc:buttons>
   <tc:panel id="panel2">
 
-    Here we have the transitions <code>show</code> and <code>drop</code> and there is no server request needed.
+    Here we have the transitions <code>show</code> and <code>hide</code> with AJAX request.
     The buttons have set <code>omit="false"</code> which is the default.
 
     <tc:panel>
@@ -72,13 +72,13 @@
     <tc:button label="show" id="show3">
       <tc:operation name="show" for="panel3"/>
     </tc:button>
-    <tc:button label="drop" id="drop3">
+    <tc:button label="hide" id="hide3">
       <tc:operation name="hide" for="panel3"/>
     </tc:button>
   </tc:buttons>
   <tc:panel id="panel3">
 
-    Here we have the transitions <code>show</code> and <code>drop</code> and there is no server request needed.
+    Here we have the transitions <code>show</code> and <code>hide</code> with normal server request.
     The buttons have set <code>omit="false"</code> which is the default.
 
     <tc:panel>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml?rev=1751325&r1=1751324&r2=1751325&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml Mon Jul  4 15:57:51 2016
@@ -54,14 +54,14 @@
           <f:ajax execute="section2" render="section2"/>
           <tc:operation name="show" for="section2"/>
         </tc:button>
-        <tc:button label="drop" id="drop2">
+        <tc:button label="hide" id="hide2">
           <f:ajax execute="section2" render="section2"/>
           <tc:operation name="hide" for="section2"/>
         </tc:button>
       </tc:buttons>
     </f:facet>
 
-    Here we have the transitions <code>show</code> and <code>drop</code> and there is no server request needed.
+    Here we have the transitions <code>show</code> and <code>hide</code> with AJAX request.
     The buttons have set <code>omit="false"</code> which is the default.
 
     <tc:panel>
@@ -78,13 +78,13 @@
         <tc:button label="show" id="show3">
           <tc:operation name="show" for="section3"/>
         </tc:button>
-        <tc:button label="drop" id="drop3">
+        <tc:button label="hide" id="hide3">
           <tc:operation name="hide" for="section3"/>
         </tc:button>
       </tc:buttons>
     </f:facet>
 
-    Here we have the transitions <code>show</code> and <code>drop</code> and there is no server request needed.
+    Here we have the transitions <code>show</code> and <code>hide</code> with normal server request.
     The buttons have set <code>omit="false"</code> which is the default.
 
     <tc:panel>