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

definition: Info
 
scriptShowModal :: String -> [BaseHtml]
scriptShowModal modalid =
  [hStruct "script"
    [htmlText $ "$(document).ready(function(){ $(\"#" ++ modalid ++
                "\").modal('show'); });"
    ]
  ]
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
A JavaScript element which can be put at the end of the page body
in order to show a modal defined in the page after the page is loaded.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {:}}
name: Info
 scriptShowModal
precedence: Info
 no precedence defined
result-values: Info
 {:}
signature: Info
 String -> [HTML.Base.BaseHtml]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms