package alba
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Alba compiler
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937
doc/alba.fmlib/Fmlib/Web_application/Make/Attribute/index.html
Module Make.Attribute
val style : string -> string -> 'msg tval attribute : string -> string -> 'msg tval string_property : string -> string -> 'msg tstring_property name value
val bool_property : string -> bool -> 'msg tbool_property name value
val placeholder : string -> 'msg tval value : string -> 'msg tValue property. Used in input elements like 'input', 'textarea'.
val checked : bool -> 'msg tIndicate, if a checkbox is checked.
val type_ : string -> 'msg tSet the type attribute of an input element. Legal values "text" (default), "password", "checkbox", "radio", "color", "button", "file" etc.
val class_ : string -> 'msg tSet the class attribute of the element.
val onClick : 'msg -> 'msg tval onDoubleClick : 'msg -> 'msg tval onMouseDown : 'msg -> 'msg tval onMouseUp : 'msg -> 'msg tval onMouseEnter : 'msg -> 'msg tval onMouseLeave : 'msg -> 'msg tval onMouseOver : 'msg -> 'msg tval onMouseOut : 'msg -> 'msg tval onKeyDown : (string -> 'msg) -> 'msg tval onKeyUp : (string -> 'msg) -> 'msg tval onInput : (string -> 'msg) -> 'msg tReact on input of an input element like 'input', 'textarea', etc.
val onCheck : (bool -> 'msg) -> 'msg tReact on a checkbox click.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>