package eliom

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

Parameters

module Html : Html

Signature

type +'a attrib = 'a Html.attrib
val make_uri : ?absolute:bool -> ?absolute_path:bool -> ?https:bool -> service: ('a, unit, Eliom_service.get, 'b, 'c, 'd, 'e, [< `WithSuffix | `WithoutSuffix ], 'f, unit, 'g) Eliom_service.t -> ?hostname:string -> ?port:int -> ?fragment:string -> ?keep_nl_params:[ `All | `None | `Persistent ] -> ?nl_params:Eliom_parameter.nl_params_set -> 'a -> Html.Xml.uri
val uri_of_string : (unit -> string) -> Html.Xml.uri
val a : ?absolute:bool -> ?absolute_path:bool -> ?https:bool -> ?a:[< Html_types.a_attrib ] Html.attrib list -> service: ('a, unit, Eliom_service.get, 'b, 'c, 'd, 'e, [< `WithSuffix | `WithoutSuffix ], 'f, unit, Eliom_service.non_ocaml) Eliom_service.t -> ?hostname:string -> ?port:int -> ?fragment:string -> ?keep_nl_params:[ `All | `None | `Persistent ] -> ?nl_params:Eliom_parameter.nl_params_set -> ?xhr:bool -> 'g Html.elt Html.list_wrap -> 'a -> [> 'g Html_types.a ] Html.elt
val js_script : ?a:[< Html_types.script_attrib ] Html.attrib list -> uri:Html.Xml.uri Html.wrap -> unit -> [> Html_types.script ] Html.elt
OCaml

Innovation. Community. Security.