definition: |
imageButton :: String -> HtmlHandler -> HtmlExp imageButton src handler | cref =:= HtmlRef ref -- instantiate cref argument = HtmlEvent cref handler (HtmlStruct "input" [("type","image"),("name",ref),("src",src)] []) where cref,ref free |
demand: |
no demanded arguments |
deterministic: |
possibly non-deterministic operation |
documentation: |
--- Submit button in form of an imag. --- @param src - url of the image --- @param handler - event handler |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {HtmlEvent}} |
name: |
imageButton |
precedence: |
no precedence defined |
result-values: |
{HtmlEvent} |
signature: |
String -> ((HtmlRef -> String) -> Prelude.IO HtmlPage) -> HtmlExp |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |