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:21:04 UTC

[myfaces-tobago] branch tobago-5.x updated: doc: tag attribute

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new f34908a  doc: tag attribute
f34908a is described below

commit f34908acadb36aa9f72c723b4e009d73f728816a
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 716d96a..25dd1a6 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);