package eliom
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Client/server Web and mobile framework
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      10.1.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=4ed25da253920c4d30672c52daae8c86
    
    
  sha512=c5a0ff26c3b605e9807ba37b0f0c98f05af763c585a42621412dae59589fea8ffa9aa279d4af5e59a3a20a01f955f1e9d035ad6d63cd25bb309fec3ab5514929
    
    
  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)"
  >