You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2021/05/30 12:41:44 UTC

[tapestry-5] branch 5.6.x updated: TAP5-2679: Checklist component: removing outdated documentation

This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch 5.6.x
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/5.6.x by this push:
     new 8190fa9  TAP5-2679: Checklist component: removing outdated documentation
8190fa9 is described below

commit 8190fa9e1ebf3b98c81904d551e03a6c46b55cf7
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun May 30 09:40:29 2021 -0300

    TAP5-2679: Checklist component: removing outdated documentation
    
    Thanks Volker Lamp for notificing this!
---
 .../org/apache/tapestry5/corelib/components/Checklist.xdoc  | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Checklist.xdoc b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Checklist.xdoc
index 40026d7..8811d85 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Checklist.xdoc
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Checklist.xdoc
@@ -99,18 +99,5 @@ public class OrderHandling {
             </subsection>
         </section>
 
-        <section name="Notes">
-
-            <p>The Checklist component can be customized through CSS. Following CSS rules are used:</p>
-
-
-            <dl>
-                    <dt>t-checklist-row</dt>
-                    <dd>Each checkbox and its label is enclosed by a div element whose css attribute is set to t-checklist-row.</dd>
-
-            </dl>
-
-        </section>
-
     </body>
 </document>
\ No newline at end of file