You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/05/10 15:57:31 UTC

[myfaces-tobago] branch master updated: docs: add section for form component to migration guide

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

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d3b831471 docs: add section for form component to migration guide
8d3b831471 is described below

commit 8d3b83147164028f572ce0a92277bc9870f0fbc8
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue May 10 17:55:41 2022 +0200

    docs: add section for form component to migration guide
---
 .../content/000-intro/50-migration/95-migration/4.0_to_5.0.xhtml   | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/50-migration/95-migration/4.0_to_5.0.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/50-migration/95-migration/4.0_to_5.0.xhtml
index 575a7fb9dd..495d7c01e5 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/50-migration/95-migration/4.0_to_5.0.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/50-migration/95-migration/4.0_to_5.0.xhtml
@@ -78,6 +78,13 @@
         </ul>
       </tc:section>
 
+      <tc:section label="Form Components">
+        On form components <code
+        class="language-markup">labelLayout='skip'</code> could be used in Tobago 4 to remove the bottom margin. The new attribute
+        <code
+          class="language-markup">autoSpacing</code> replace this. By default it's 'true' and a bottom margin is set on form components. Use
+        <code class="language-markup">autoSpacing='false'</code> to remove the margin.
+      </tc:section>
     </tc:section>
 
     <tc:section id="java" label="Java API">