Handbook
Glossary
HTML form values
Furnace framework
»
Furnace presentation layer
»
HTML forms
Prev:
HTML form infrastructure
Form values are a central concept in the Furnace framework. Web actions primarily concern themselves with validating values, marshalling values to a database, and setting values for display in a form.
Getting and setting values:
value
( name -- value )
set-value
( value name -- )
from-object
( object -- )
to-object
( destination names -- )
Iterating over values; these words are used by
html
.
templates
.
chloe
to implement the
t:each
and
t:bind-each
tags:
with-each-value
( name quot -- )
with-each-object
( name quot -- )
Nesting a form inside another form as a value:
nest-form
( name quot -- )