definition: |
textField :: HtmlRef -> String -> HtmlExp textField cref contents | cref =:= HtmlRef ref -- instantiate cref argument = HtmlInput cref (HtmlStruct "input" [("type","text"),("name",ref), ("value",htmlQuote contents)] []) where ref free |
demand: |
argument 1 |
deterministic: |
possibly non-deterministic operation |
documentation: |
--- Input text field with a reference and an initial contents |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {HtmlInput}} |
name: |
textField |
precedence: |
no precedence defined |
result-values: |
{HtmlInput} |
signature: |
HtmlRef -> String -> HtmlExp |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |