definition: |
modalClosePrimButton :: HTML h => String -> h modalClosePrimButton s = staticButton [ htxt s] `addAttrs` [ ("class","btn btn-primary"), ("data-dismiss","modal") ] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- A primary button to close a modal dialog to be used --- inside the modal definition. The argument is the button text. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
modalClosePrimButton |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HTML.Base.HTML a => String -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |