object style extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[Array[(Symbol, String)], Html, RequestHeader, play.twirl.api.HtmlFormat.Appendable]
- Source
- style.template.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- style
- Template3
- BaseScalaTemplate
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def _display_(o: Any)(implicit m: ClassTag[play.twirl.api.HtmlFormat.Appendable]): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: play.twirl.api.HtmlFormat.Appendable): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: NodeSeq): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: Unit): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: String): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: AnyVal): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def apply(args: (Symbol, String)*)(body: => Html)(implicit request: RequestHeader): play.twirl.api.HtmlFormat.Appendable
Generate an inline style with CSP nonce.
Generate an inline style with CSP nonce.
Example:
@style(args = 'type -> "text/css") { ... }
See style element for more details.
- args
Set of extra HTML attributes.
- body
The style body.
- def f: (Array[(Symbol, String)]) => (=> Html) => (RequestHeader) => play.twirl.api.HtmlFormat.Appendable
- val format: Format[play.twirl.api.HtmlFormat.Appendable]
- Definition Classes
- BaseScalaTemplate
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def ref: style.this.type
- def render(args: Array[(Symbol, String)], body: Html, request: RequestHeader): play.twirl.api.HtmlFormat.Appendable