package virtual_dom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vdom_input_widgetsSource

Sourcemodule type Display = sig ... end
Sourcemodule type Equal = sig ... end
Sourcemodule type Enum = sig ... end
Sourcemodule type Set = sig ... end
Sourcemodule type Enum_set = sig ... end
Sourcemodule Decimal : Core.Stringable.S with type t = float

Decimal can be used to create decimal number inputs

Sourcemodule Merge_behavior : sig ... end
Sourcemodule Validated : 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, which gives you much better control over the styling.

Sourcemodule Dropdown : sig ... end
Sourcemodule Checkbox : sig ... end
Sourcemodule Checklist : sig ... end
Sourcemodule Multi_select : sig ... end

Creates a multiple-selection list. This is different from Checklist in that the <select multiple> element is used underneath, rather than independent checkboxes. As a result:

Sourcemodule Entry : sig ... end
Sourcemodule Button : sig ... end
Sourcemodule Radio_buttons : sig ... end
Sourcemodule File_select : sig ... end

Elements for selecting files from local disk

OCaml

Innovation. Community. Security.