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 2021/10/22 11:22:01 UTC

[myfaces-tobago] branch master updated: doc: tag attribute

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

lofwyr 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 09588a4  doc: tag attribute
09588a4 is described below

commit 09588a41011b2d1747ada15479d375e5ed484a45
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Oct 22 13:20:16 2021 +0200

    doc: tag attribute
---
 .../myfaces/tobago/internal/taglib/component/DateTagDeclaration.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java
index 8db5f2d..6574c66 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java
@@ -87,9 +87,8 @@ public interface DateTagDeclaration
     HasTip, IsRequired, HasPlaceholder, HasAutoSpacing {
 
   /**
-   * If true, a today button is displayed on the datetimepicker.
+   * If true, a today- or now-button is displayed.
    */
-  // todo: might be deprecated
   @TagAttribute
   @UIComponentTagAttribute(type = "boolean", defaultValue = "false")
   void setTodayButton(String required);