package ocsigen-toolkit

  1. Overview
  2. Docs
Reusable UI components for Eliom applications (client only, or client-server)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

4.3.0.tar.gz
md5=69be960fcd9bd4980c97ec2abebedc80
sha512=f1d76fc73046f9d577cdcaa85adf3e372995d924a6cbbd1bb189e294d717bc35c1d9cda3701189a4436c2d45fc8ddc2a16f8198182ac071fd501bb7d882a2276

doc/ocsigen-toolkit.server/Ot_popup/index.html

Module Ot_popup

Popup widget

val hcf : ?a:[< Html_types.div_attrib ] Eliom_content.Html.attrib list -> ?header:[< Html_types.header_content_fun ] Eliom_content.Html.elt list -> ?footer:[< Html_types.footer_content_fun ] Eliom_content.Html.elt list -> [< Html_types.div_content ] Eliom_content.Html.elt list -> [> `Section ] Eliom_content.Html.elt

Section with header, content and footer. header and footer are empty by default This is just a short Header and footer can be empty (default) and have fix size. Content has scrollbar if too high.