package virtual_dom
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : string -> string -> t
create name value
creates a simple string-only attribute
val create_float : string -> float -> t
create_float name float
creates a simple float-only attribute
val string_property : string -> string -> t
string_property name value
creates a simple string-only property
val property : string -> Js.Unsafe.any -> t
property name value
creates a property with a generic value
val on : string -> (Dom_html.event Js.t -> Virtual_dom__.Event.t) -> t
val autofocus : bool -> t
val checked : t
val class_ : string -> t
val classes : string list -> t
val disabled : t
val for_ : string -> t
val href : string -> t
val id : string -> t
val placeholder : string -> t
val style : (string * string) list -> t
val style_css : string -> t
val tabindex : int -> t
val type_ : string -> t
val value : string -> t
val on_focus : (Dom_html.event Js.t -> Virtual_dom__.Event.t) -> t
val on_blur : (Dom_html.event Js.t -> Virtual_dom__.Event.t) -> t
val on_input : (Dom_html.event Js.t -> string -> Virtual_dom__.Event.t) -> t
on_input
fires every time the input changes, i.e., whenever a key is pressed in the input field. The current contents are returned as an OCaml string as a convenience
val on_change : (Dom_html.event Js.t -> string -> Virtual_dom__.Event.t) -> t
on_change
fires when the input is complete, i.e., when enter is pressed in the input field or the input field loses focus. The current contents are returned as an OCaml string as a convenience
val on_click : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_double_click : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_mousemove : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_mouseup : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_mousedown : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_mouseenter : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_mouseleave : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_mouseover : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_mouseout : (Dom_html.mouseEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_keyup : (Dom_html.keyboardEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_keypress : (Dom_html.keyboardEvent Js.t -> Virtual_dom__.Event.t) -> t
val on_keydown : (Dom_html.keyboardEvent Js.t -> Virtual_dom__.Event.t) -> t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>