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/12/15 07:50:37 UTC

svn commit: r1774382 - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content: 20-component/060-popup/popup.xhtml 30-concept/53-collapsible/collapsible.xhtml

Author: lofwyr
Date: Thu Dec 15 07:50:37 2016
New Revision: 1774382

URL: http://svn.apache.org/viewvc?rev=1774382&view=rev
Log:
TOBAGO 1544: Demo
[developed by hnoeth]

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml?rev=1774382&r1=1774381&r2=1774382&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml Thu Dec 15 07:50:37 2016
@@ -27,7 +27,7 @@
     It can be filled with other components.</p>
   <p>The popup dialog is based on the
     <tc:link label="#{demoBundle.collapsible}"
-             link="/faces/content/30-concept/53-collapsible/collapsible.xhtml"/> concept.</p>
+             link="#{request.contextPath}/faces/content/30-concept/53-collapsible/collapsible.xhtml"/> concept.</p>
   <p>Tag Library Documentation:
     <tc:link label="&lt;tc:popup/>" image="#{request.contextPath}/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/#{info.stableVersion}/tld/tc/popup.html"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml?rev=1774382&r1=1774381&r2=1774382&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml Thu Dec 15 07:50:37 2016
@@ -38,8 +38,10 @@
     could be hidden.</p>
 
   <tc:section label="States">
-    <p>There are three possible states - visible, hidden and absent.
-      The states are explained using the following #{demoBundle.box}es.</p>
+    <p>There are four possible states - visible, hidden, absent and none.<br/>
+    The value 'none' deactivate this feature and is the default for #{demoBundle.box}, #{demoBundle.panel} and
+     #{demoBundle.section}.</p>
+    <p>The (not-'none') states are explained using the following #{demoBundle.box}es.</p>
     <p>The 'visible' state show the content of the box like you expected.
       <br/>
       The 'hidden' state hide the content via CSS. You can see is still in the source code.
@@ -76,7 +78,7 @@
         Possible values are <code>absent</code> which is the default and <code>hidden</code>.
         It has only an effect if <code>collapsed="true"</code>.</p>
       <ul>
-        <li><code>absent</code> (default): Hidden components have the state 'hidden'.</li>
+        <li><code>absent</code> (default for #{demoBundle.popup}): Hidden components have the state 'hidden'.</li>
         <li><code>hidden</code>: Hidden components have the state 'absent'.</li>
       </ul>
     </tc:section>