class %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.
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.