You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/01/27 09:31:10 UTC

svn commit: r1780527 - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content: 10-intro/50-migration/97-migration/migration30.xhtml 20-component/080-sheet/30-event/sheet-event.xhtml

Author: deki
Date: Fri Jan 27 09:31:10 2017
New Revision: 1780527

URL: http://svn.apache.org/viewvc?rev=1780527&view=rev
Log:
tc:columnEvent no longer exists

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/30-event/sheet-event.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml?rev=1780527&r1=1780526&r2=1780527&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml Fri Jan 27 09:31:10 2017
@@ -253,6 +253,8 @@
 
     * TODO: Move data from ClientProperties to TobagoContext
 
+    * TODO: Replace <code class="language-markup">&lt;tc:columnEvent&gt;</code> with <code class="language-markup">&lt;tc:row&gt;</code>
+
     <code class="language-markup">&lt;tc:mediator&gt;</code> removed
 
     If you need a Tobago component to set e. g. some style in a renderer as a replacement,

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/30-event/sheet-event.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/30-event/sheet-event.xhtml?rev=1780527&r1=1780526&r2=1780527&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/30-event/sheet-event.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/30-event/sheet-event.xhtml Fri Jan 27 09:31:10 2017
@@ -23,8 +23,8 @@
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
   <ui:param name="title" value="#{demoBundle.sheet_event} &lt;tc:row>"/>
-  <p>A <code class="language-markup">&lt;tc:sheet/></code> can contain a
-    <code class="language-markup">&lt;tc:columnEvent/></code> tag, which knows two types of events.
+  <p>A <code class="language-markup">&lt;tc:sheet/&gt;</code> can contain a
+    <code class="language-markup">&lt;tc:row/&gt;</code> tag with a containing <code class="language-markup">&lt;tc:event/&gt;</code> tag.
     The event type can be set by the <code>event</code> attribute. Possible values are 'click' and 'dblclick'.
   </p>