hidden - Factor Documentation (original) (raw)

hidden
Furnace framework » Furnace presentation layer » HTML components

Prev: comparison
Next: html

Vocabulary
html.components

Word description
Hidden components render as a hidden form field. For example, a page for editing a weblog post might contain a hidden field with the post ID.

Definition

IN: html.components

SINGLETON: hidden

Methods

USING: html.components kernel xml.data xml.syntax.private ;

M: hidden render*
drop 2 nenum T{ xml-chunk
{ seq
V{
""
T{ tag { name ~name~ } { attrs ~attrs~ } }
""
}
}
} interpolate-xml ;