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

TUPLE: form errors values validation-failed ;


Methods