object HTMLAttributes
describes the special attributes used in generated HTML and MathML
- Source
- HTMLAttributes.scala
- Alphabetic
- By Inheritance
- HTMLAttributes
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
brackets: String
mandatory brackets
-
val
bracketsOpt: String
optional brackets
- val bracketsOptHidden: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
component: String
the component of the owner in which the present object occurs (string, e.g., "definition" or "type") present on <math> elements
- val cssprefix: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hidden(cls: String): String
additionally present on optional components if they are currently hidden, for example, a UI can use select("cls").toggleAttribute("hidden(cls)") to toggle the display of a group
-
val
href: String
reference to the corresponding MMT URI present on various HTML elements relating to the URI
-
val
implicitarg: String
implicit arguments
- val implicitargHidden: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
load: String
the MMT URI that should be loaded to replace the target if clicked present on arbitrary elements
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
operator: String
MMT-level operators :=() etc
-
val
owner: String
reference to declaration in which the present object occurs (3-part MMT URI) present on <math> elements
-
val
position: String
the position within the present object, i.e., the parallel markup pointer (as produced by Position) present on all grouping MathML elements
-
val
prefix: String
HTML5-compliant pseudo-namespace of MMT-generated attributes
-
val
reconstructedtype: String
reconstructed type of bound variables
- val reconstructedtypeHidden: String
-
val
source: String
reference to the source of the present object present on some grouping MathML elements
-
val
symref: String
reference to the declaration of the present symbol occurrence present on <mo> elements
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
toggleTarget: String
the CSS class that should be toggled when clicking this element, affects all children of the '.toggle-root' ancestor present on arbitrary elements
-
val
varref: String
position of the declaration of the present variable occurrence present on <mi> elements
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()