You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2013/08/30 11:56:25 UTC

svn commit: r1518927 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml

Author: weber
Date: Fri Aug 30 09:56:25 2013
New Revision: 1518927

URL: http://svn.apache.org/r1518927
Log:
TOBAGO-1287 - Readd dropDownMenu to sheet column header: example

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

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml?rev=1518927&r1=1518926&r2=1518927&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml Fri Aug 30 09:56:25 2013
@@ -155,8 +155,9 @@
       <tc:column label="#{overviewBundle.solarArrayOrbit}" sortable="true" id="orbit">
         <f:facet name="dropDownMenu">
           <tc:menu>
-            <tc:menuCommand omit="true">
-              <tc:dataAttribute name="alert-text" value="Not implemented yet, only in Tobago 1.0.x"/>
+            <!-- TODO: example or remove -->
+            <tc:menuCommand omit="true" label="todo">
+              <tc:dataAttribute name="alert-text" value="Not implemented yet"/>
             </tc:menuCommand>
           </tc:menu>
         </f:facet>