From e11a9b85b100d5dcf6fb46c342eebe4d8209efab Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Thu, 16 Mar 2017 15:52:28 +0100 Subject: [PATCH] Manual.rst: characterCountWrap documented --- extension/Documentation/Manual.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index 158980e89..fc6fb1a4b 100644 --- a/extension/Documentation/Manual.rst +++ b/extension/Documentation/Manual.rst @@ -1389,6 +1389,8 @@ Type: text * *retype* = 1 (optional): Current input element will be rendered twice. The form can only submitted if both elements are equal. * *retypeLabel* =<text> (optional): The label of the second element. * *retypeNote* =<text> (optional): The note of the second element. + * *characterCountWrap* = <text1>|<text2> (optional). Displays a character counter below the input/textarea element. If + `text1` / `text2` is missing, just display `<current>/</max>`. Customization: `characterCountWrap=<div class=qfq-cc-style>Count: |</div>` * Also check the :ref:`fe-parameter-attributes` *data-...-error* to customize error messages shown by the validator. -- GitLab