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:40:39 UTC

[tapestry-5] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 6163dbc  TAP5-2679: Checklist component: removing outdated documentation
6163dbc is described below

commit 6163dbcf125e7d09a943af9f4a2a6d396a82bf6a
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