class %ZEN.Component.hidden
extends control
Hidden control.
This is a simple wrapper around the HTML input=hidden control.
parameter DEFAULTHIDDEN = 1;
This control is not displayed and does not take place in layout.
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.