field
Furnace framework > Furnace presentation layer > HTML components
Prev:xml
Next:password


Vocabulary
html.components

Class description
Field components display a one-line editor for a string value. The size slot determines the maximum displayed width of the field.

Definition
IN: html.components

TUPLE: field size ;


Methods
USING: accessors html.components ;

M: field render* size>> "text" render-field ;