From 6f5aee13c0e8b2de41b8002fad33a9ecc072ffb2 Mon Sep 17 00:00:00 2001 From: Rene Fischer Date: Fri, 5 May 2023 13:06:58 +0200 Subject: [PATCH] Improve doc on s:datetextfield --- core/src/site/resources/tags/datetextfield.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/src/site/resources/tags/datetextfield.html b/core/src/site/resources/tags/datetextfield.html index 330c3df13..daec66f86 100644 --- a/core/src/site/resources/tags/datetextfield.html +++ b/core/src/site/resources/tags/datetextfield.html @@ -12,7 +12,10 @@ Please do not edit it directly.

Description

- Render an HTML input fields with the date time + Render an HTML input fields with the date time. +
+
+ Hint: This tag works only with the JavaTemplates plugin see the plugin documentation for more details.