package eliom

  1. Overview
  2. No Docs
Advanced Client/server Web and mobile framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

10.2.0.tar.gz
md5=089b68d5bac8dfae1116923f6d95b39c
sha512=b4828b57d963d217ca0efd871b1c0b3f8816c7971825eb49d0dc06dbd91004fc659f83f9121d849ab8de47560941d07b2b9c1838b3387e7c1a4d3d6b9058936b

doc/eliom.client/Eliom_content_core/Xml_wed/index.html

Module Eliom_content_core.Xml_wedSource

include Xml_sigs.T with module W = Js_of_ocaml_tyxml.Tyxml_js.Wrap and type elt = Xml.elt and type aname = Xml.aname and type attrib = Xml.attrib and type uri = Xml.uri and type 'a W.t = 'a React.signal and type 'a W.tlist = 'a ReactiveData.RList.t and type ('a, 'b) W.ft = 'a -> 'b
Sourcemodule W : sig ... end
Sourcetype 'a wrap = 'a W.t
Sourcetype 'a list_wrap = 'a W.tlist
Sourcetype uri = Xml.uri
Sourceval string_of_uri : (uri, string) W.ft
Sourceval uri_of_string : (string, uri) W.ft
Sourcetype aname = Xml.aname
Sourcetype event_handler
Sourcetype mouse_event_handler
Sourcetype keyboard_event_handler
Sourcetype touch_event_handler
Sourcetype attrib = Xml.attrib
Sourceval event_handler_attrib : aname -> event_handler -> attrib
Sourceval mouse_event_handler_attrib : aname -> mouse_event_handler -> attrib
Sourceval keyboard_event_handler_attrib : aname -> keyboard_event_handler -> attrib
Sourceval touch_event_handler_attrib : aname -> touch_event_handler -> attrib
Sourcetype elt = Xml.elt
Sourcetype ename = string
Sourceval empty : unit -> elt
Sourceval comment : string -> elt
Sourceval pcdata : string wrap -> elt
Sourceval encodedpcdata : string wrap -> elt
Sourceval entity : string -> elt
Sourceval leaf : ?a:attrib list -> ename -> elt
Sourceval cdata : string -> elt
Sourceval cdata_script : string -> elt
Sourceval cdata_style : string -> elt
Sourceval float_attrib : aname -> float React.S.t -> attrib
Sourceval int_attrib : aname -> int React.S.t -> attrib
Sourceval string_attrib : aname -> string React.S.t -> attrib
Sourceval space_sep_attrib : aname -> string list React.S.t -> attrib
Sourceval comma_sep_attrib : aname -> string list React.S.t -> attrib
Sourceval uri_attrib : aname -> uri React.S.t -> attrib
Sourceval uris_attrib : aname -> uri list React.S.t -> attrib
Sourceval node : ?a:attrib list -> string -> elt list_wrap -> elt
OCaml

Innovation. Community. Security.