Version 0.99.5
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 Eliompredefmod: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
blockmodule Blocks:sig..end
module SubXhtml:
module HtmlText:ELIOMSIGwith type page = stringand type form_content_elt = stringand type form_content_elt_list = stringand type form_elt = string and type a_content_elt = string and type a_content_elt_list = string and type a_elt = string and type a_elt_list = string and type div_content_elt = string and type div_content_elt_list = string and type uri = string and type link_elt = string and type script_elt = string and type textarea_elt = string and type select_elt = string and type input_elt = string and type pcdata_elt = string and type a_attrib_t = string and type form_attrib_t = string and type input_attrib_t = string and type textarea_attrib_t = string and type select_attrib_t = string and type link_attrib_t = string and type script_attrib_t = string and type input_type_t = string
module CssText:Eliommkreg.ELIOMREGSIGwith type page = string
module Text:Eliommkreg.ELIOMREGSIGwith type page = string * string
module Actions:Eliommkreg.ELIOMREGSIGwith type page = exn list
module Unit:Eliommkreg.ELIOMREGSIGwith type page = unit
module Redirections:Eliommkreg.ELIOMREGSIGwith type page = string
module TempRedirections:Eliommkreg.ELIOMREGSIGwith type page = string
module Files:Eliommkreg.ELIOMREGSIGwith type page = string
module Any:Eliommkreg.ELIOMREGSIGwith type page = Eliomservices.result_to_send
module Streamlist:Eliommkreg.ELIOMREGSIGwith type page = (((unit -> string Ocsistream.t Lwt.t) list) * string)