definition: |
wTextArea :: (Int,Int) -> WuiSpec String wTextArea dims = WuiSpec (head, "?", const True) (checkLegalInput textareaWidget) (\wparams -> conditionOf wparams) (\env s -> filterStringInput (env (state2cgiRef s))) where textareaWidget render v = let ref free in (render [textArea ref dims v], cgiRef2state ref) |
demand: |
no demanded arguments |
deterministic: |
possibly non-deterministic operation |
documentation: |
--- A widget for editing string values in a text area. --- The argument specifies the height and width of the text area. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {WuiSpec}} |
name: |
wTextArea |
precedence: |
no precedence defined |
result-values: |
{WuiSpec} |
signature: |
(Prelude.Int, Prelude.Int) -> WuiSpec String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |