Parents: | html |
Tags: | web |
Authors: | Slava Pestov, Daniel Ehrenberg |
Class | Superclass | Slots |
checkbox | tuple | label |
choice | tuple | size multiple choices |
code | tuple | mode |
farkup | tuple | no-follow disable-images parsed |
field | tuple | size |
link | tuple | target |
password | tuple | size |
simple-link | tuple | title href |
textarea | tuple | rows cols |
comparison |
hidden |
html |
inspector |
label |
xml |
Word | Stack effect |
link-href | ( obj -- url ) |
link-title | ( obj -- string ) |
render* | ( value name renderer -- xml ) |
Word | Stack 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 ) |
Word | Stack 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 -- ? ) |