CurryInfo: html2-3.5.0 / HTML.Styles.Bootstrap4.modalLaunchPrimButton

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