Handbook
Glossary
<form> ( -- form )
Furnace framework
»
Furnace presentation layer
»
HTML forms
»
HTML form infrastructure
Next:
form
Vocabulary
html
.
forms
Inputs
None
Outputs
form
a
form
Word description
Creates a new form. Usually
with-form
is used instead.
Definition
USING:
accessors
kernel
;
IN:
html.forms
:
<form>
( -- form )
form
new
V{
}
clone
>>errors
H{
}
clone
>>values
;