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 2013/07/02 15:49:33 UTC

svn commit: r1498940 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50-partial/partial.xhtml

Author: lofwyr
Date: Tue Jul  2 13:49:33 2013
New Revision: 1498940

URL: http://svn.apache.org/r1498940
Log:
better to read...

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50-partial/partial.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50-partial/partial.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50-partial/partial.xhtml?rev=1498940&r1=1498939&r2=1498940&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50-partial/partial.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50-partial/partial.xhtml Tue Jul  2 13:49:33 2013
@@ -56,20 +56,24 @@
       </tc:box>
     </tc:panel>
 
-    <tc:out escape="false" value="
-        &lt;ul>
-          &lt;li> Click on 'Reload Left' button to reload the left panel.&lt;/li>
-          &lt;li> Click on 'Reload Right' button to reload the right panel.&lt;/li>
-          &lt;li> Or select a option from the selectOneChoise control:
-            &lt;ul>
-              &lt;li>Select 'Reload parent' to reload both panels parent container&lt;/li>
-              &lt;li>Select 'Reload both' to reload both panels in one request&lt;/li>
-              &lt;li>Select 'Goto prev' to navigate to previous page&lt;/li>
-              &lt;li>Select 'Goto next' to navigate to next page&lt;/li>
-            &lt;/ul>
-          &lt;/li>
-        &lt;/ul>
-      "/>
+    <tc:panel>
+      <f:facet name="layout">
+        <tc:flowLayout/>
+      </f:facet>
+      <ul>
+        <li>Click on 'Reload Left' button to reload the left panel."</li>
+        <li>Click on 'Reload Right' button to reload the right panel."</li>
+        <li>Or select a option from the selectOneChoise control:"
+          <ul>
+            <li>Select 'Reload parent' to reload both panels parent container"</li>
+            <li>Select 'Reload both' to reload both panels in one request"</li>
+            <li>Select 'Goto prev' to navigate to previous page"</li>
+            <li>Select 'Goto next' to navigate to next page"</li>
+          </ul>
+        </li>
+      </ul>
+    </tc:panel>
+
     <tc:panel>
       <f:facet name="layout">
         <tc:gridLayout columns="*;205px;*"/>