definition: |
modalLaunchPrimButton :: HTML h => String -> String -> h modalLaunchPrimButton modalid btitle = staticButton [htxt btitle] `addAttrs` [ ("class","btn btn-primary"), ("data-toggle", "modal") , ("data-target", '#':modalid)] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- A primary button to launch a modal dialog where the modal id and --- the button text are provided. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
modalLaunchPrimButton |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HTML.Base.HTML a => String -> String -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |