deprecatedclass %ZEN.Component.password
extends text
Simple password input control.
This is a simple wrapper around the HTML input=password control.
parameter DEFAULTCONTROLCLASS = "password";
The default css class used for the main element within this control. This
is overridden by subclasses.
property autocomplete
as %ZEN.Datatype.string [ InitialExpression = "new-password" ];
This attribute indicates how the value of the control can be automatically completed by the browser.
method %DrawHTML()
Static HTML display method: draw the BODY of this component
as HTML.
Subclasses implement this in order to render the static HTML
contents of a component.