Class Input-Presentation

A default presentation for forms renders an input
field.

Part of:

package weblocks, class form-presentation, class us-state-presentation, class textarea-presentation, class hidden-presentation, class password-presentation

Direct Superclass

form-presentationA base class for all presentations that output form
constructs. All form presentations should d...

Direct Subclass

hidden-presentationA presentation that outputs no HTML
password-presentationA presentation for passwords.
textarea-presentationPresent values in a text area HTML control.
us-state-presentation

Slot

max-lengthInitform:*max-password-length*.

Direct Method

print-view-field-valueConverts a value to a textual representation.
Specialize this function to change the way a value ...
render-view-field-valueRenders 'value' obtained from 'field' using
'presentation'. If this function requires a textual r...

Other Method

dependenciesReturn a list of dependencies for a particular
object.

Whenever a widget is rendered by webl...