scripts

scalajs.html.scripts
object scripts extends BaseScalaTemplate[Appendable, Format[Appendable]], Template4[String, String => String, String => Boolean, Html, Appendable]

Attributes

Graph
Supertypes
trait Template4[String, String => String, String => Boolean, Html, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
scripts.type

Members list

Value members

Concrete methods

def apply(projectName: String, assets: String => String, resourceExists: String => Boolean, htmlAttributes: Html): Appendable

Attributes

def f: (String, String => String, String => Boolean, Html) => Appendable
def ref: scripts.type.this.type
def render(projectName: String, assets: String => String, resourceExists: String => Boolean, htmlAttributes: Html): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): T

Attributes

Inherited from:
BaseScalaTemplate
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product