html.components vocabulary
Factor handbook ยป Vocabulary index


Documentation
HTML components

Metadata
Tags:web
Authors:Slava Pestov, Daniel Ehrenberg


Words

Tuple classes
ClassSuperclassSlots
checkbox tuplelabel
choice tuplesize multiple choices
code tuplemode
farkup tupleno-follow disable-images parsed
field tuplesize
link tupletarget
password tuplesize
simple-link tupletitle href
textarea tuplerows cols


Singleton classes
comparison
hidden
html
inspector
label
xml


Generic words
WordStack effect
link-href( obj -- url )
link-title( obj -- string )
render*( value name renderer -- xml )


Ordinary words
WordStack effect
<checkbox>( -- checkbox )
<choice>( -- choice )
<code>( -- code )
<farkup>( -- farkup )
<field>( -- field )
<password>( -- password )
<simple-link>( title href -- simple-link )
<textarea>( -- renderer )
?split-lines( str/f -- seq )
render( name renderer -- )
render-field( value name size type -- xml )
render-option( text selected? -- xml )
render-options( value choice -- xml )
render-string( name renderer -- )
render>xml( name renderer -- xml )
string>boolean( string -- boolean )


Class predicate words
WordStack effect
checkbox?( object -- ? )
choice?( object -- ? )
code?( object -- ? )
comparison?( object -- ? )
farkup?( object -- ? )
field?( object -- ? )
hidden?( object -- ? )
html?( object -- ? )
inspector?( object -- ? )
label?( object -- ? )
link?( object -- ? )
password?( object -- ? )
simple-link?( object -- ? )
textarea?( object -- ? )
xml?( object -- ? )


Files


Metadata files


Children
VocabularySummary
html.components.private