form
Furnace framework > Furnace presentation layer > HTML forms > HTML form infrastructure
Prev:<form> ( -- form )
Next:with-form ( name quot -- )


Vocabulary
html.forms

Variable description
Variable holding current form. Bound by with-form, nest-form and begin-form.

Class description
The class of HTML forms. New instances are created by <form>.

Definition
IN: html.forms

TUPLE: form errors values validation-failed ;


Methods
USING: accessors generic html.forms kernel ;

M: form clone
M\ form clone (call-next-method) [ clone ] change-errors
[ clone ] change-values ;