Class Textarea-Presentation

Present values in a text area HTML control.

Part of:

package weblocks, class input-presentation

Direct Superclass

input-presentationA default presentation for forms renders an input
field.

Slot

cols
Number of columns in the text area.
Initform:*textarea-cols*, Initargs::cols; Accessors:textarea-presentation-cols.
max-length
Maximum length of an input.
Initform:*max-raw-input-length*, Initargs::max-length; Accessors:input-presentation-max-length.
rows
Number of rows in the text area.
Initform:*textarea-rows*, Initargs::rows; Accessors:textarea-presentation-rows.

Direct Method

render-view-field-valueRenders 'value' obtained from 'field' using
'presentation'. If this function requires a textual r...

Other Method

print-view-field-valueConverts a value to a textual representation.
Specialize this function to change the way a value ...