Page
Library
Module
Module type
Parameter
Class
Class type
Source
Brr_lwd.ElwdSourceDescribing collections of elements
val v :
?d:Brr.El.document ->
?at:Brr.At.t col ->
?ev:handler col ->
Brr.El.tag_name ->
t col ->
t Lwd.tv ?d ?at name cs is an element name with attribute at (defaults to []) and children cs. If at specifies an attribute more thanonce, the last one takes over with the exception of At.class' whose occurences accumulate to define the final value. d is the document on which the element is defined it defaults Brr.G.document.
The type for element constructors. This is simply v with a pre-applied element name.
The type for void element constructors. This is simply v with a pre-applied element name and without children.