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 2010/06/08 11:13:33 UTC

svn commit: r952579 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml

Author: lofwyr
Date: Tue Jun  8 09:13:33 2010
New Revision: 952579

URL: http://svn.apache.org/viewvc?rev=952579&view=rev
Log:
demo

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml?rev=952579&r1=952578&r2=952579&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml Tue Jun  8 09:13:33 2010
@@ -31,10 +31,10 @@
     </f:facet>
     <f:facet name="toolBar">
       <tc:toolBar>
-        <tc:toolBarCommand label="#{overviewBundle.sheet_resetLabel}" tip="#{overviewBundle.sheet_resetTip}"
-                           actionListener="#{overviewController.resetColumnWidths}" />
-        <tc:toolBarCommand label="#" tip="#{overviewBundle.sheet_configTip}">
-          <tc:attribute name="renderedPartially" value="sheetConfigPopup"/>
+        <tc:toolBarCommand
+            label="#{overviewBundle.sheet_resetLabel}" tip="#{overviewBundle.sheet_resetTip}"
+            actionListener="#{overviewController.resetColumnWidths}" />
+        <tc:toolBarCommand label="#" tip="#{overviewBundle.sheet_configTip}" renderedPartially="sheetConfigPopup" >
           <f:facet name="popup">
             <tc:popup width="300px" height="275px" id="sheetConfigPopup">
               <tc:box label="#{overviewBundle.sheet_configTitle}">
@@ -105,7 +105,6 @@
                     <tc:attribute name="renderedPartially" value=":page:sheetBox"/>
                   </tc:button>
                 </tc:panel>
-
               </tc:box>
             </tc:popup>
           </f:facet>
@@ -122,8 +121,7 @@
       <tc:cell/>
       <tc:button label="#{overviewBundle.sheet_resetLabel}" tip="#{overviewBundle.sheet_resetTip}"
                  actionListener="#{overviewController.resetColumnWidths}" />
-      <tc:button label="Sheet Configuration">
-        <tc:attribute name="renderedPartially" value="sheetConfigPopup"/>
+      <tc:button label="Sheet Configuration" renderedPartially="sheetConfigPopup">
         <tc:popupReference for="sheetConfigPopup"/>
       </tc:button>
     </tc:panel>