package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.16.0.tar.gz
sha256=1d68aab713659951eba5b85f21d6f9382e0efa8579a02c3be65d9071c6e86303

doc/bonsai.web_ui_form/Bonsai_web_ui_form/Elements/index.html

Module Bonsai_web_ui_form.ElementsSource

Sourcemodule type Stringable_model = sig ... end
Sourcemodule Selectable_style : sig ... end

For checkboxes and radio buttons, you can choose between having their visual display be the default native rendering, or if you want them to look like actual buttons, then the input element is hidden, and extra_attrs will be passed to each <label> per element.

Sourcemodule Non_interactive : sig ... end
Sourcemodule Textbox : sig ... end
Sourcemodule Password : sig ... end
Sourcemodule Textarea : sig ... end
Sourcemodule Checkbox : sig ... end
Sourcemodule Toggle : sig ... end
Sourcemodule Dropdown : sig ... end
Sourcemodule Typeahead : sig ... end
Sourcemodule Date_time : sig ... end
Sourcemodule Multiselect : sig ... end
Sourcemodule Number : sig ... end
Sourcemodule Range : sig ... end
Sourcemodule Radio_buttons : sig ... end
Sourcemodule Color_picker : sig ... end
Sourcemodule Multiple : sig ... end
Sourcemodule File_select : sig ... end

A form element that allows the user to select a file from their local disk.

Sourcemodule Freeform_multiselect : sig ... end
Sourcemodule Rank : sig ... end
Sourcemodule Query_box : sig ... end
Sourcemodule Optional : sig ... end
OCaml

Innovation. Community. Security.