Html.Custom_dataSourceCustom data with values of type 'a.
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.
Create a custom data from a Json-deriving type.
attrib my_data value creates a HTML5 attribute for the custom-data type my_data with value value for injecting it into an a HTML5 tree ( <<a_api | type Eliom_content.Html.elt >> ).