Html.Custom_dataType-safe custom data for HTML. See the <<a_manual chapter="clientserver-html"
fragment="custom_data"|examples in the manual>> .
val create :
name:string ->
?default:'a ->
to_string:('a -> string) ->
of_string:(string -> 'a) ->
unit ->
'a tCreate a custom data field by providing string conversion functions. If the default is provided, calls to <<a_api project="eliom" subproject="client" |
val Eliom_content.Html.Custom_data.get_dom>> return that instead of throwing an exception Not_found.
val create_json : name:string -> ?default:'a -> 'a Deriving_Json.t -> 'a tCreate a custom data from a Json-deriving type.