HtmlScript

ostrat.pWeb.HtmlScript
See theHtmlScript companion class
object HtmlScript

Companion object for HtmlScript class, HTML script element Contains factory methods for creating the src and function call elements.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlScript.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def jsSrc(src: String): HtmlScript

Sets the link for a Javascript script file.

Sets the link for a Javascript script file.

Attributes

def main(stem: String): HtmlScript

Sets the function for an external JavaScript call.

Sets the function for an external JavaScript call.

Attributes