Skip to main content

%ZEN.Component.password

deprecated class %ZEN.Component.password extends %ZEN.Component.text

Simple password input control.
This is a simple wrapper around the HTML input=password control.

Property Inventory

Method Inventory

Parameters

parameter DEFAULTCONTROLCLASS = password;
Inherited description: The default css class used for the main element within this control. This is overridden by subclasses.

Properties

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.
Property methods: autocompleteDisplayToLogical(), autocompleteGet(), autocompleteIsValid(), autocompleteLogicalToDisplay(), autocompleteLogicalToOdbc(), autocompleteNormalize(), autocompleteSet()

Methods

method %DrawHTML()
Inherited description: 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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab