Version last
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_mkforms:This module defines the functor to use to creates modules generating form widgets for your own types of pages. It is used for example insig..end
Eliom_predefmod.module type FORMCREATE =sig..end
module type ELIOMFORMSIG =sig..end
module MakeForms:functor (Pages:FORMCREATE) ->ELIOMFORMSIGwithtype form_content_elt = Pages.form_content_eltand type form_content_elt_list = Pages.form_content_elt_listand type form_elt = Pages.form_eltand type a_content_elt = Pages.a_content_eltand type a_content_elt_list = Pages.a_content_elt_listand type a_elt = Pages.a_eltand type a_elt_list = Pages.a_elt_listand type div_content_elt = Pages.div_content_eltand type div_content_elt_list = Pages.div_content_elt_listand type uri = Pages.uriand type link_elt = Pages.link_eltand type script_elt = Pages.script_eltand type textarea_elt = Pages.textarea_eltand type input_elt = Pages.input_eltand type pcdata_elt = Pages.pcdata_eltand type select_elt = Pages.select_eltand type select_content_elt = Pages.select_content_eltand type select_content_elt_list = Pages.select_content_elt_listand type button_elt = Pages.button_eltand type button_content_elt = Pages.button_content_eltand type button_content_elt_list = Pages.button_content_elt_listand type option_elt = Pages.option_eltand type option_elt_list = Pages.option_elt_listand type a_attrib_t = Pages.a_attrib_tand type form_attrib_t = Pages.form_attrib_tand type input_attrib_t = Pages.input_attrib_tand type textarea_attrib_t = Pages.textarea_attrib_tand type select_attrib_t = Pages.select_attrib_tand type link_attrib_t = Pages.link_attrib_tand type script_attrib_t = Pages.script_attrib_tand type optgroup_attrib_t = Pages.optgroup_attrib_tand type option_attrib_t = Pages.option_attrib_tand type button_attrib_t = Pages.button_attrib_tand type input_type_t = Pages.input_type_tand type button_type_t = Pages.button_type_t
val reconstruct_relative_url_path : string list -> string list -> string list