definition:
|
wuiHandler2button :: String -> WuiHandler -> HtmlExp
wuiHandler2button title (WHandler handler) = button title handler
|
demand:
|
argument 2
|
deterministic:
|
possibly non-deterministic operation
|
documentation:
|
--- Transform a WUI handler into a submit button with a given label string.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{WHandler}) |-> {HtmlEvent}}
|
name:
|
wuiHandler2button
|
precedence:
|
no precedence defined
|
result-values:
|
{HtmlEvent}
|
signature:
|
String -> WuiHandler -> HTML.Base.HtmlExp
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|