package eliom
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Advanced client/server Web and mobile framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
10.4.0.tar.gz
md5=87e171413ab2714514019b533f3f7ab3
sha512=e3ed10c599dd54bc5d4b1bf67debb7068f439d33e30dd39e5ed0cebbddd700b9765a751e16fa93dbd1fa6d934fbb6b2d1677fce817fbfea70565192a0a7e1025
doc/eliom.server/Eliom_content/Html/Custom_data/index.html
Module Html.Custom_dataSource
Type-safe custom data for HTML. See the <<a_manual chapter="clientserver-html"
fragment="custom_data"|examples in the manual>> .
Custom data with values of type 'a.
Source
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>