Module Eliom_form.Make_linksSource
Parameters
Signature
Sourceval 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 Sourceval 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