Version dev
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Eliom_predefmod:This modules contains predefined modules for generating forms and registering handlers, for several types of pages: XHTML pages typed with polymorphic variants, untyped (text) pages, actions, redirections, files ...sig..end
module type ELIOMSIG =sig..end
XHTML.Mmodule type XHTMLFORMSSIG =sig..end
module Xhtml:sig..end
module Xhtmlforms:XHTMLFORMSSIG
module Xhtmlreg:Eliom_mkreg.ELIOMREGSIGwith type page = xhtml elt and type options = XHTML.M.doctypes
module Xhtmlreg_:functor (Xhtml_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = [ `Html ] XHTML.M.elt and type options = XHTML.M.doctypes) ->Eliom_mkreg.REGCREATEwith type page = Xhtml_content.t and type options = XHTML.M.doctypes
module Xhtmlcompact:sig..end
module Xhtmlcompactreg:Eliom_mkreg.ELIOMREGSIGwith type page = xhtml elt and type options = XHTML.M.doctypes
blockmodule Blocks:sig..end
module SubXhtml:
module HtmlText:ELIOMSIGwithtype page = stringand type form_content_elt = stringand type form_content_elt_list = stringand type form_elt = stringand type a_content_elt = stringand type a_content_elt_list = stringand type a_elt = stringand type a_elt_list = stringand type div_content_elt = stringand type div_content_elt_list = stringand type uri = stringand type link_elt = stringand type script_elt = stringand type textarea_elt = stringand type select_elt = stringand type input_elt = stringand type pcdata_elt = stringand type a_attrib_t = stringand type form_attrib_t = stringand type input_attrib_t = stringand type textarea_attrib_t = stringand type select_attrib_t = stringand type link_attrib_t = stringand type script_attrib_t = stringand type input_type_t = string
module CssText:Eliom_mkreg.ELIOMREGSIGwith type page = string
module Text:Eliom_mkreg.ELIOMREGSIGwith type page = string * string
module Action:Eliom_mkreg.ELIOMREGSIGwith type page = unit and type options = [ `Reload | `NoReload ]
module Unit:Eliom_mkreg.ELIOMREGSIGwith type page = unit
module Redirection:Eliom_mkreg.ELIOMREGSIGwith type page = (unit, unit, Eliom_services.get_service_kind, [ `WithoutSuffix ], unit, unit, Eliom_services.registrable) Eliom_services.service and type options = [ `Temporary | `Permanent ]
module String_redirection:Eliom_mkreg.ELIOMREGSIGwith type page = XHTML.M.uri and type options = [ `Temporary | `Permanent ]
module Files:Eliom_mkreg.ELIOMREGSIGwith type page = string
module Any:Eliom_mkreg.ELIOMREGSIGwith type page = Ocsigen_http_frame.result
module Streamlist:Eliom_mkreg.ELIOMREGSIGwith type page = (((unit -> string Ocsigen_stream.t Lwt.t) list) * string)