package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Eliom_client_coreSource

Sourceval section : Lwt_log_core.section
Sourceval create_buffer : unit -> ('a -> unit) * (unit -> 'a list) * (unit -> 'a list) * (unit -> unit)
Sourcemodule Client_closure : sig ... end
Sourcemodule Client_value : sig ... end
Sourcemodule Injection : sig ... end
Sourcetype compilation_unit_global_data = {
  1. mutable server_section : Eliom_runtime.client_value_datum array list;
  2. mutable client_section : Eliom_runtime.injection_datum array list;
}
Sourceval do_next_server_section_data : compilation_unit_id:Eliom_lib.String_map.key -> unit
Sourceval do_next_client_section_data : compilation_unit_id:Eliom_lib.String_map.key -> unit
Sourceval register_unwrapped_elt : Xml.elt -> unit
Sourceval force_unwrapped_elts : unit -> unit
Sourceval registered_process_node : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> bool
Sourceval getElementById : string -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
Sourceval reset_request_nodes : unit -> unit
Sourceval load_mutex : Lwt_mutex.t
Sourceval in_onload : unit -> bool
Sourceval broadcast_load_end : unit -> unit
Sourceval wait_load_end : unit -> unit Lwt.t
Sourceval set_loading_phase : unit -> unit
Sourceval change_page_uri_ : (?cookies_info:(bool * string list) -> ?tmpl:string -> string -> unit) ref
Sourceval change_page_get_form_ : (?cookies_info:(bool * string list) -> ?tmpl:string -> Js_of_ocaml.Dom_html.formElement Js_of_ocaml.Js.t -> string -> unit) ref
Sourceval change_page_post_form_ : (?cookies_info:(bool * string list) -> ?tmpl:string -> Js_of_ocaml.Dom_html.formElement Js_of_ocaml.Js.t -> string -> unit) ref
Sourcetype client_form_handler = Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool Lwt.t
Sourceval raw_a_handler : 'a Js_of_ocaml__Js.t -> (bool * string list) option -> string option -> Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool
Sourceval raw_form_handler : Js_of_ocaml.Dom_html.formElement Js_of_ocaml.Js.t -> [< `Form_get | `Form_post ] -> (bool * string list) option -> string option -> 'a -> ('a -> bool Lwt.t) -> bool
Sourceval raw_event_handler : 'a -> Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool
Sourceval closure_name_prefix : string
Sourceval closure_name_prefix_len : int
Sourceval reify_caml_event : string -> Js_of_ocaml__Dom_html.element Js_of_ocaml.Js.t -> Xml.caml_event_handler -> string * [> `Keyboard of Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t -> bool | `Mouse of Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> bool | `Other of Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool | `Touch of Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t -> bool ]
Sourceval register_event_handler : Js_of_ocaml__Dom_html.element Js_of_ocaml.Js.t -> (string * Xml.caml_event_handler) -> unit
Sourceval flush_load_script : unit -> unit
Sourceval class_list_of_racontent : Xml.acontent -> string list
Sourceval class_list_of_racontent_o : Xml.acontent option -> string list
Sourceval rebuild_class_list : 'a list -> 'a list -> 'a list -> 'a list
Sourceval rebuild_class_string : string list -> string list -> string list -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t
Sourceval get_prop : 'a -> 'b -> 'b option
Sourceval iter_prop : 'a -> 'b -> ('b -> unit) -> unit
Sourceval iter_prop_protected : 'a -> 'b -> ('b -> unit) -> unit
Sourceval rebuild_rattrib : Js_of_ocaml__Dom_html.element Js_of_ocaml.Js.t -> Xml.attrib -> unit
Sourceval delay : (unit -> 'a) -> unit
Sourcemodule ReactState : sig ... end
Sourcetype content_ns = [
  1. | `HTML5
  2. | `SVG
]
Sourceval rebuild_node' : [< `HTML5 | `SVG SVG ] -> Xml.elt -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
Sourceval raw_rebuild_node : [< `HTML5 | `SVG SVG ] -> Xml.econtent -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
Sourceval is_before_initial_load : unit -> bool
Sourceval set_initial_load : unit -> unit
Sourceval rebuild_node_ns : [< `HTML5 | `SVG SVG ] -> string -> Xml.elt -> 'a Js_of_ocaml__Js.t
Sourceval rebuild_node_svg : string -> 'a Eliom_content_core.Svg.F.elt -> 'b Js_of_ocaml__Js.t
Sourceval rebuild_node : string -> 'a Eliom_content_core.Html.F.elt -> 'b Js_of_ocaml__Js.t

The first argument describes the calling function (if any) in case of an error.

Sourcemodule Syntax_helpers : sig ... end
OCaml

Innovation. Community. Security.