class %ZEN.Component.text
extends control
Simple text input control.
This is a simple wrapper around the HTML input=text control.
parameter DEFAULTCONTROLCLASS = "text";
The default css class used for the main element within this control. This
is overridden by subclasses.
property maxlength
as %ZEN.Datatype.integer(MINVAL=0);
Maximum number of characters allowed within the text control.
property size
as %ZEN.Datatype.integer(MINVAL=0);
Size of the input area for this text control.
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.
method setProperty(property, value, value2)
[ Language = javascript ]
Set the value of a named property.