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-form-control/index.html | 112 ++++++++++++++++++++- 1 file changed, 109 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-date-form-control') diff --git a/api/pl.treksoft.kvision.form/-date-form-control/index.html b/api/pl.treksoft.kvision.form/-date-form-control/index.html index 4f8e4e44..2c1c3859 100644 --- a/api/pl.treksoft.kvision.form/-date-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-date-form-control/index.html @@ -56,6 +56,15 @@ +

invalidFeedback

+ + +abstract val invalidFeedback: InvalidFeedback +

Invalid feedback component.

+ + + +

name

@@ -74,11 +83,11 @@ -

validationInfo

+

validationStatus

-abstract val validationInfo: HelpBlock -

Validation info component.

+open var validationStatus: ValidationStatus? +

Input control validation status.

@@ -145,6 +154,33 @@

Makes the input element focused.

+ + +

styleForHorizontalFormPanel

+ + +open fun styleForHorizontalFormPanel(): Unit +

Style form control element for horizontal form panel.

+ + + + +

styleForInlineFormPanel

+ + +open fun styleForInlineFormPanel(): Unit +

Style form control element for inline form panel.

+ + + + +

styleForVerticalFormPanel

+ + +open fun styleForVerticalFormPanel(): Unit +

Style form control element for vertical form panel.

+ +

Extension Functions

@@ -152,6 +188,41 @@ +

addBsBgColor

+ + +fun Component.addBsBgColor(bsBgColor: BsBgColor): Unit + + + +

addBsBorder

+ + +fun Component.addBsBorder(vararg bsBorder: BsBorder): Unit + + + +

addBsClearfix

+ + +fun Component.addBsClearfix(): Unit + + + +

addBsColor

+ + +fun Component.addBsColor(bsColor: BsColor): Unit + + + +

addBsRounded

+ + +fun Component.addBsRounded(vararg bsRounded: BsRounded): Unit + + +

createInstance

@@ -159,6 +230,41 @@

Helper function for creating JavaScript objects from dynamic constructors.

+ + +

removeBsBgColor

+ + +fun Component.removeBsBgColor(bsBgColor: BsBgColor): Unit + + + +

removeBsBorder

+ + +fun Component.removeBsBorder(vararg bsBorder: BsBorder): Unit + + + +

removeBsClearfix

+ + +fun Component.removeBsClearfix(): Unit + + + +

removeBsColor

+ + +fun Component.removeBsColor(bsColor: BsColor): Unit + + + +

removeBsRounded

+ + +fun Component.removeBsRounded(vararg bsRounded: BsRounded): Unit +

Inheritors

-- cgit