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/11/17 14:56:13 UTC

svn commit: r1770204 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml

Author: lofwyr
Date: Thu Nov 17 14:56:13 2016
New Revision: 1770204

URL: http://svn.apache.org/viewvc?rev=1770204&view=rev
Log:
comment

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.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=1770204&r1=1770203&r2=1770204&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 Nov 17 14:56:13 2016
@@ -35,7 +35,8 @@
     <tc:link label="&lt;tc:operation/>" image="image/feather-leaf.png"
              link="#{overviewBundle.tagDocUrl}/operation.html"/></p>
 
-  <tc:section label="Simple Popup">
+  <!--todo: use tc:operations-->
+  <tc:section label="Simple Popup (to be refactored with tc:operations)">
     <tc:form id="form1">
       <p>A simple popup realised with a controller. The open button calls the <code>openPopup1</code> action.</p>
       <tc:button id="openPopup" label="Open" action="#{popupController.openPopup1}"/>