Ocsigen

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 Eliommkforms


module Eliommkforms: sig .. end
This module defines the functor to use to creates modules generating form widgets for your own types of pages. It is used for example in Eliompredefmod.

module type FORMCREATE = sig .. end
module type ELIOMFORMSIG = sig .. end
module MakeForms: 
functor (Pages : FORMCREATE) -> ELIOMFORMSIG with type 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 button_elt = Pages.button_eltand type button_content_elt = Pages.button_content_eltand type button_content_elt_list = Pages.button_content_elt_list and type uri = Pages.uriand type link_elt = Pages.link_eltand type script_elt = Pages.script_eltand type textarea_elt = Pages.textarea_eltand type select_elt = Pages.select_eltand type input_elt = Pages.input_eltand type pcdata_elt = Pages.pcdata_eltand 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