Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val make :
?init:(int * int * int) ->
?highlight:(int -> int -> int list Lwt.t) Eliom_client_value.t ->
?click_non_highlighted:bool ->
?update:(int * int * int) React.E.t Eliom_client_value.t ->
?action:(int -> int -> int -> unit Lwt.t) Eliom_client_value.t ->
?button_labels:button_labels ->
?intl:intl ->
unit ->
[> `Table ] Eliom_content.Html.elt
val make_date_picker :
?init:(int * int * int) ->
?update:(int * int * int) React.E.t Eliom_client_value.t ->
?button_labels:button_labels ->
?intl:intl ->
unit ->
[> `Table ] Eliom_content.Html.elt * (int * int * int) Eliom_shared.React.S.t