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/06/09 09:31:55 UTC

svn commit: r1747517 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/35-markup/sheet-markup.xhtml

Author: lofwyr
Date: Thu Jun  9 09:31:55 2016
New Revision: 1747517

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

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/35-markup/sheet-markup.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/35-markup/sheet-markup.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/35-markup/sheet-markup.xhtml?rev=1747517&r1=1747516&r2=1747517&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/35-markup/sheet-markup.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/35-markup/sheet-markup.xhtml Thu Jun  9 09:31:55 2016
@@ -20,7 +20,8 @@
 <ui:composition template="/main.xhtml"
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core">
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core">
   <ui:param name="title" value="#{overviewBundle.sheet} markups"/>
   <p>This example, demonstrate the different markups defined for sheet.
     These markups reflecting the styles from bootstrap.
@@ -44,10 +45,10 @@
     </tc:selectManyShuttle>
   </p>
 
-  <tc:section label="Markup: inverse">
-    <pre><code class="language-markup">&lt;tc:sheet markup="inverse" ...></code></pre>
+  <tc:section label="Markup">
+    <pre><code class="language-markup">&lt;tc:sheet markup="inverse hover" ...></code></pre>
     <tc:sheet markup="#{sheetController.markup}" value="#{sheetController.solarList}" var="object" rows="4"
-              columns="#{sheetController.automaticLayout ? '*;*;*;*;*' : null}">
+              columns="#{sheetController.automaticLayout ? null : '*;*;*;*;*'}">
       <tc:column label="Name">
         <tc:out value="#{object.name}"/>
       </tc:column>