script
views.html.helper.script
object script extends BaseScalaTemplate[Appendable, Format[Appendable]]
Attributes
- Graph
-
- Supertypes
- Self type
-
script.type
Members list
Value members
Concrete methods
Generate an inline script with CSP nonce.
Generate an inline script with CSP nonce.
Example:
@script(args = Symbol("type") -> "text/javascript") {
...
}
See Scripting for more information.
Value parameters
- args
-
Set of extra HTML attributes.
- body
-
The script body.
Attributes
In this article