Class Input-Presentation

A default presentation for forms renders an input
field.

Part of:

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

Direct Superclass

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

Direct Subclass

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

Slot

max-length
Maximum length of an input.
Initform:*max-raw-input-length*, Initargs::max-length; Accessors:input-presentation-max-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...