From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Sat, 26 Oct 2019 00:17:24 +0200
Subject: API documentation for KVision 2.0.0
---
.../-date-time/-init-.html | 27 ++
.../-date-time/autofocus.html | 15 +
.../-date-time/blur.html | 16 +
.../-date-time/clear-btn.html | 15 +
.../-date-time/date-time.html | 16 +
.../-date-time/days-of-week-disabled.html | 15 +
.../-date-time/flabel.html | 16 +
.../-date-time/focus.html | 16 +
.../-date-time/format.html | 15 +
.../-date-time/get-sn-class.html | 18 +
.../-date-time/get-value-as-string.html | 16 +
.../-date-time/hide-popup.html | 15 +
.../-date-time/index.html | 386 +++++++++++++++++++++
.../-date-time/input.html | 16 +
.../-date-time/label.html | 15 +
.../-date-time/minute-step.html | 15 +
.../-date-time/placeholder.html | 15 +
.../-date-time/readonly.html | 15 +
.../-date-time/remove-event-listeners.html | 18 +
.../-date-time/rich.html | 15 +
.../-date-time/set-event-listener.html | 54 +++
.../-date-time/show-meridian.html | 15 +
.../-date-time/show-popup.html | 15 +
.../-date-time/today-btn.html | 15 +
.../-date-time/today-highlight.html | 15 +
.../-date-time/validation-info.html | 16 +
.../-date-time/value.html | 16 +
.../-date-time/week-start.html | 15 +
28 files changed, 856 insertions(+)
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/-init-.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/autofocus.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/blur.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/clear-btn.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/date-time.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/days-of-week-disabled.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/flabel.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/focus.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/format.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/get-sn-class.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/get-value-as-string.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/hide-popup.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/index.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/input.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/label.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/minute-step.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/placeholder.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/readonly.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/remove-event-listeners.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/rich.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/set-event-listener.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/show-meridian.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/show-popup.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/today-btn.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/today-highlight.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/validation-info.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/value.html
create mode 100644 api1/pl.treksoft.kvision.form.time/-date-time/week-start.html
(limited to 'api1/pl.treksoft.kvision.form.time/-date-time')
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/-init-.html b/api1/pl.treksoft.kvision.form.time/-date-time/-init-.html
new file mode 100644
index 00000000..75de1fb7
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/-init-.html
@@ -0,0 +1,27 @@
+
+
+
+DateTime. - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / <init>
+
+<init>
+
+DateTime(value: Date? = null, name: String? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false)
+Parameters
+
+value
- date/time input value
+
+name
- the name attribute of the generated HTML input element
+
+format
- date/time format (default YYYY-MM-DD HH:mm)
+
+label
- label text bound to the input element
+
+rich
- determines if label can contain HTML code
+Constructor
+
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/autofocus.html b/api1/pl.treksoft.kvision.form.time/-date-time/autofocus.html
new file mode 100644
index 00000000..7114e220
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/autofocus.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.autofocus - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / autofocus
+
+autofocus
+
+var autofocus: Boolean?
+Determines if the date/time input is automatically focused.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/blur.html b/api1/pl.treksoft.kvision.form.time/-date-time/blur.html
new file mode 100644
index 00000000..499cf820
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/blur.html
@@ -0,0 +1,16 @@
+
+
+
+DateTime.blur - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / blur
+
+blur
+
+open fun blur(): Unit
+Overrides FormControl.blur
+Makes the input element blur.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/clear-btn.html b/api1/pl.treksoft.kvision.form.time/-date-time/clear-btn.html
new file mode 100644
index 00000000..e4ba22de
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/clear-btn.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.clearBtn - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / clearBtn
+
+clearBtn
+
+var clearBtn: Boolean
+Determines if Clear button should be visible.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/date-time.html b/api1/pl.treksoft.kvision.form.time/-date-time/date-time.html
new file mode 100644
index 00000000..ac96d8de
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/date-time.html
@@ -0,0 +1,16 @@
+
+
+
+DateTime.dateTime - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / dateTime
+
+dateTime
+
+fun Container.dateTime(value: Date? = null, name: String? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: (DateTime.() -> Unit)? = null): DateTime
+DSL builder extension function.
+It takes the same parameters as the constructor of the built component.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/days-of-week-disabled.html b/api1/pl.treksoft.kvision.form.time/-date-time/days-of-week-disabled.html
new file mode 100644
index 00000000..ab9639ac
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/days-of-week-disabled.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.daysOfWeekDisabled - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / daysOfWeekDisabled
+
+daysOfWeekDisabled
+
+var daysOfWeekDisabled: Array<Int>
+Days of the week that should be disabled. Multiple values should be comma separated.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/flabel.html b/api1/pl.treksoft.kvision.form.time/-date-time/flabel.html
new file mode 100644
index 00000000..3ff85b02
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/flabel.html
@@ -0,0 +1,16 @@
+
+
+
+DateTime.flabel - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / flabel
+
+flabel
+
+val flabel: FieldLabel
+Overrides FormControl.flabel
+Form field label.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/focus.html b/api1/pl.treksoft.kvision.form.time/-date-time/focus.html
new file mode 100644
index 00000000..91a1e22f
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/focus.html
@@ -0,0 +1,16 @@
+
+
+
+DateTime.focus - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / focus
+
+focus
+
+open fun focus(): Unit
+Overrides FormControl.focus
+Makes the input element focused.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/format.html b/api1/pl.treksoft.kvision.form.time/-date-time/format.html
new file mode 100644
index 00000000..3532f083
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/format.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.format - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / format
+
+format
+
+var format: String
+Date/time format.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/get-sn-class.html b/api1/pl.treksoft.kvision.form.time/-date-time/get-sn-class.html
new file mode 100644
index 00000000..7d7912f3
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/get-sn-class.html
@@ -0,0 +1,18 @@
+
+
+
+DateTime.getSnClass - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / getSnClass
+
+getSnClass
+
+protected open fun getSnClass(): List<StringBoolPair>
+Overrides Widget.getSnClass
+Returns list of CSS class names for current widget in the form of a List.
+Return
+list of CSS class names
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/get-value-as-string.html b/api1/pl.treksoft.kvision.form.time/-date-time/get-value-as-string.html
new file mode 100644
index 00000000..8901d009
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/get-value-as-string.html
@@ -0,0 +1,16 @@
+
+
+
+DateTime.getValueAsString - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / getValueAsString
+
+getValueAsString
+
+open fun getValueAsString(): String?
+Overrides DateFormControl.getValueAsString
+Returns the value of the control as a String.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/hide-popup.html b/api1/pl.treksoft.kvision.form.time/-date-time/hide-popup.html
new file mode 100644
index 00000000..6b768d20
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/hide-popup.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.hidePopup - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / hidePopup
+
+hidePopup
+
+open fun hidePopup(): Unit
+Hides date/time chooser popup.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/index.html b/api1/pl.treksoft.kvision.form.time/-date-time/index.html
new file mode 100644
index 00000000..ed1b6e5f
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/index.html
@@ -0,0 +1,386 @@
+
+
+
+DateTime - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime
+
+DateTime
+open class DateTime : SimplePanel, DateFormControl
+Form field date/time chooser component.
+Constructors
+
+Properties
+
+
+
+
+ autofocus
+ |
+
+var autofocus: Boolean?
+Determines if the date/time input is automatically focused.
+ |
+
+
+
+ clearBtn
+ |
+
+var clearBtn: Boolean
+Determines if Clear button should be visible.
+ |
+
+
+
+ daysOfWeekDisabled
+ |
+
+var daysOfWeekDisabled: Array<Int>
+Days of the week that should be disabled. Multiple values should be comma separated.
+ |
+
+
+
+ flabel
+ |
+
+val flabel: FieldLabel
+Form field label.
+ |
+
+
+
+ format
+ |
+
+var format: String
+Date/time format.
+ |
+
+
+
+ input
+ |
+
+val input: DateTimeInput
+The actual input component.
+ |
+
+
+
+ label
+ |
+
+var label: String?
+The label text bound to the input element.
+ |
+
+
+
+ minuteStep
+ |
+
+var minuteStep: Int
+The increment used to build the hour view.
+ |
+
+
+
+ placeholder
+ |
+
+var placeholder: String?
+The placeholder for the date/time input.
+ |
+
+
+
+ readonly
+ |
+
+var readonly: Boolean?
+Determines if the date/time input is read-only.
+ |
+
+
+
+ rich
+ |
+
+var rich: Boolean
+Determines if label can contain HTML code.
+ |
+
+
+
+ showMeridian
+ |
+
+var showMeridian: Boolean
+Determines if meridian views are visible in day and hour views.
+ |
+
+
+
+ todayBtn
+ |
+
+var todayBtn: Boolean
+Determines if Today button should be visible.
+ |
+
+
+
+ todayHighlight
+ |
+
+var todayHighlight: Boolean
+Determines if the current day should be highlighted.
+ |
+
+
+
+ validationInfo
+ |
+
+val validationInfo: HelpBlock
+Validation info component.
+ |
+
+
+
+ value
+ |
+
+open var value: Date?
+Date/time input value.
+ |
+
+
+
+ weekStart
+ |
+
+var weekStart: Int
+Day of the week start. 0 (Sunday) to 6 (Saturday).
+ |
+
+
+
+Functions
+
+
+
+
+ blur
+ |
+
+open fun blur(): Unit
+Makes the input element blur.
+ |
+
+
+
+ focus
+ |
+
+open fun focus(): Unit
+Makes the input element focused.
+ |
+
+
+
+ getSnClass
+ |
+
+open fun getSnClass(): List<StringBoolPair>
+Returns list of CSS class names for current widget in the form of a List.
+ |
+
+
+
+ getValueAsString
+ |
+
+open fun getValueAsString(): String?
+Returns the value of the control as a String.
+ |
+
+
+
+ hidePopup
+ |
+
+open fun hidePopup(): Unit
+Hides date/time chooser popup.
+ |
+
+
+
+ removeEventListeners
+ |
+
+open fun removeEventListeners(): Widget
+Removes all event listeners from current widget.
+ |
+
+
+
+ setEventListener
+ |
+
+open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
+Sets an event listener for current widget, keeping the actual type of component.
+open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+Sets an event listener for current widget.
+ |
+
+
+
+ showPopup
+ |
+
+open fun showPopup(): Unit
+Open date/time chooser popup.
+ |
+
+
+
+Inherited Functions
+
+
+
+
+ add
+ |
+
+open fun add(child: Component): SimplePanel
+Adds given component to the current container.
+ |
+
+
+
+ addAll
+ |
+
+open fun addAll(children: List<Component>): SimplePanel
+Adds a list of components to the current container.
+ |
+
+
+
+ addInternal
+ |
+
+fun addInternal(child: Component): SimplePanel
+Protected and final method to add given component to the current container.
+ |
+
+
+
+ childrenVNodes
+ |
+
+open fun childrenVNodes(): Array<VNode>
+Returns the array of the children Snabbdom vnodes.
+ |
+
+
+
+ getChildren
+ |
+
+open fun getChildren(): List<Component>
+Returns a list of children of the current container.
+ |
+
+
+
+ getValue
+ |
+
+open fun getValue(): Date?
+Returns the value of the control.
+ |
+
+
+
+ remove
+ |
+
+open fun remove(child: Component): SimplePanel
+Removes given component from the current container.
+ |
+
+
+
+ removeAll
+ |
+
+open fun removeAll(): SimplePanel
+Removes all children from the current container.
+ |
+
+
+
+ render
+ |
+
+open fun render(): VNode
+Renders current component as a Snabbdom vnode.
+ |
+
+
+
+ setValue
+ |
+
+open fun setValue(v: Any?): Unit
+Sets the value of the control.
+ |
+
+
+
+Companion Object Functions
+
+Extension Functions
+
+
+
+
+ createInstance
+ |
+
+fun <T> Any?.createInstance(vararg args: dynamic): T
+Helper function for creating JavaScript objects from dynamic constructors.
+ |
+
+
+
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/input.html b/api1/pl.treksoft.kvision.form.time/-date-time/input.html
new file mode 100644
index 00000000..a8da2e0c
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/input.html
@@ -0,0 +1,16 @@
+
+
+
+DateTime.input - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / input
+
+input
+
+val input: DateTimeInput
+Overrides FormControl.input
+The actual input component.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/label.html b/api1/pl.treksoft.kvision.form.time/-date-time/label.html
new file mode 100644
index 00000000..0357010e
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/label.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.label - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / label
+
+label
+
+var label: String?
+The label text bound to the input element.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/minute-step.html b/api1/pl.treksoft.kvision.form.time/-date-time/minute-step.html
new file mode 100644
index 00000000..5073b48e
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/minute-step.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.minuteStep - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / minuteStep
+
+minuteStep
+
+var minuteStep: Int
+The increment used to build the hour view.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/placeholder.html b/api1/pl.treksoft.kvision.form.time/-date-time/placeholder.html
new file mode 100644
index 00000000..f59806f7
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/placeholder.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.placeholder - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / placeholder
+
+placeholder
+
+var placeholder: String?
+The placeholder for the date/time input.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/readonly.html b/api1/pl.treksoft.kvision.form.time/-date-time/readonly.html
new file mode 100644
index 00000000..c39736fe
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/readonly.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.readonly - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / readonly
+
+readonly
+
+var readonly: Boolean?
+Determines if the date/time input is read-only.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/remove-event-listeners.html b/api1/pl.treksoft.kvision.form.time/-date-time/remove-event-listeners.html
new file mode 100644
index 00000000..895dbb10
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/remove-event-listeners.html
@@ -0,0 +1,18 @@
+
+
+
+DateTime.removeEventListeners - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / removeEventListeners
+
+removeEventListeners
+
+open fun removeEventListeners(): Widget
+Overrides Widget.removeEventListeners
+Removes all event listeners from current widget.
+Return
+current widget
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/rich.html b/api1/pl.treksoft.kvision.form.time/-date-time/rich.html
new file mode 100644
index 00000000..9b6fb236
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/rich.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.rich - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / rich
+
+rich
+
+var rich: Boolean
+Determines if label can contain HTML code.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/set-event-listener.html b/api1/pl.treksoft.kvision.form.time/-date-time/set-event-listener.html
new file mode 100644
index 00000000..40d2ae32
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/set-event-listener.html
@@ -0,0 +1,54 @@
+
+
+
+DateTime.setEventListener - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / setEventListener
+
+setEventListener
+
+open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
+Overrides Widget.setEventListener
+Sets an event listener for current widget, keeping the actual type of component.
+Parameters
+
+T
- widget type
+
+block
- event handler
+Return
+
current widget
+
+
+Example:
+
+
+ button.setEventListener<Button> {
+ dblclick = {
+ Alert.show("Button double clicked!")
+ // self is of type Button here
+ }
+ }
+
+open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+Overrides Widget.setEventListener
+Sets an event listener for current widget.
+Parameters
+
+block
- event handler
+Return
+
current widget
+
+
+Example:
+
+
+ button.setEventListener {
+ dblclick = {
+ Alert.show("Button double clicked!")
+ // self is of type Widget here
+ }
+ }
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/show-meridian.html b/api1/pl.treksoft.kvision.form.time/-date-time/show-meridian.html
new file mode 100644
index 00000000..790fc0e3
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/show-meridian.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.showMeridian - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / showMeridian
+
+showMeridian
+
+var showMeridian: Boolean
+Determines if meridian views are visible in day and hour views.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/show-popup.html b/api1/pl.treksoft.kvision.form.time/-date-time/show-popup.html
new file mode 100644
index 00000000..5755e211
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/show-popup.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.showPopup - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / showPopup
+
+showPopup
+
+open fun showPopup(): Unit
+Open date/time chooser popup.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/today-btn.html b/api1/pl.treksoft.kvision.form.time/-date-time/today-btn.html
new file mode 100644
index 00000000..9ad572a6
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/today-btn.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.todayBtn - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / todayBtn
+
+todayBtn
+
+var todayBtn: Boolean
+Determines if Today button should be visible.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/today-highlight.html b/api1/pl.treksoft.kvision.form.time/-date-time/today-highlight.html
new file mode 100644
index 00000000..4b3281d3
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/today-highlight.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.todayHighlight - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / todayHighlight
+
+todayHighlight
+
+var todayHighlight: Boolean
+Determines if the current day should be highlighted.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/validation-info.html b/api1/pl.treksoft.kvision.form.time/-date-time/validation-info.html
new file mode 100644
index 00000000..8fd72073
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/validation-info.html
@@ -0,0 +1,16 @@
+
+
+
+DateTime.validationInfo - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / validationInfo
+
+validationInfo
+
+val validationInfo: HelpBlock
+Overrides FormControl.validationInfo
+Validation info component.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/value.html b/api1/pl.treksoft.kvision.form.time/-date-time/value.html
new file mode 100644
index 00000000..0bd1f1ee
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/value.html
@@ -0,0 +1,16 @@
+
+
+
+DateTime.value - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / value
+
+value
+
+open var value: Date?
+Overrides DateFormControl.value
+Date/time input value.
+
+
diff --git a/api1/pl.treksoft.kvision.form.time/-date-time/week-start.html b/api1/pl.treksoft.kvision.form.time/-date-time/week-start.html
new file mode 100644
index 00000000..6dd03632
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.time/-date-time/week-start.html
@@ -0,0 +1,15 @@
+
+
+
+DateTime.weekStart - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.time / DateTime / weekStart
+
+weekStart
+
+var weekStart: Int
+Day of the week start. 0 (Sunday) to 6 (Saturday).
+
+
--
cgit