COOATTREDIT@1.1:CTRLPassword(
string
Change,
boolean
usevalue,
string
InputAutocomplete)
Name |
Description |
Change |
Defines the JavaScript function, which should be called when the value of the control has been changed.
|
usevalue |
Defines whether the value of the property, instead of a dummy string containing "*****", is transferred
to the client. This enables the developer to implement a special error handling or password checks.
|
InputAutocomplete |
Defines a string that is used for the "autocomplete" attribute of the input field. Use strings from
https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill to improve accessibility.
|
Additional Information