Changes for page Datenbank-Authentifikator


From version 3.1
edited by MKO
on 08.06.2023, 10:20
Change comment: There is no comment for this version
To version 4.1
edited by MKO
on 20.07.2023, 19:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -79,7 +79,7 @@
79 79  
80 80  === Validation ===
81 81  
82 -For client-side validation of inputs, the library [[Parsley.js>>https://parsleyjs.org]] is provided by default. This makes it possible to use attributes on the input fields, e.g. to require them to be filled in or to force a certain format. The validation is bound to the events "keydown" and "focusout" by default. Furthermore, the submit button only gets activated after all input elements have been validated successfully. For a more detailed list of Parsley.js's capabilities, see the corresponding [[documentation>>https://parsleyjs.org/doc/index.html]].
82 +For client-side validation of inputs, the library [[Parsley.js>>https://parsleyjs.org]] is provided by default. This makes it possible to use attributes on the input fields, e.g. to require them to be filled in or to force a certain format. The submit button only gets activated after all input elements have been validated successfully. For a more detailed list of Parsley.js's capabilities, see the corresponding [[documentation>>https://parsleyjs.org/doc/index.html]].
83 83  
84 84  === Further attributes ===
85 85  
... ... @@ -99,8 +99,10 @@
99 99  
100 100  ; data-show-type
101 101  : Allows to define an input type at a password field, which can be switched to by an eye symbol. This allows to switch to a readable representation of the input.
102 +:
103 +; data-custom-tooltip
104 +: Allows specifying the ID of an HTML container whose content is used as a tooltip for element with this attribute.
102 102  
103 -
104 104  === Styling (CSS) ===
105 105  
106 106  For the styling of the login page, the plugin already provides standard definitions for the layout as well as for input elements, the login button and errors. If required, these can be overwritten within the configuration of the login page in an HTML style tag. The following classes are also available within the HTML:
... ... @@ -189,7 +189,14 @@
189 189  
190 190  == Version history ==
191 191  
194 +=== 1.1.0 ===
192 192  
196 +* Standard validation events (Parsley) removed from the form. These can now be attached to the actual HTML element in a more flexible way.
197 +* Added Tippy.js for tooltips
198 +* Adding a mechanism that automatically generates tooltips for elements.
199 +* JavaScript callback for running script before the internal added (preInitLoginPage())
200 +* Minor adjustments to the internationalization mechanism
201 +* Minor CSS adjustments
193 193  
194 194  === 1.0.1 ===
195 195