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

invalidFeedback

+ + +abstract val invalidFeedback: InvalidFeedback +

Invalid feedback component.

+ + + +

name

@@ -60,11 +69,11 @@ -

validationInfo

+

validationStatus

-abstract val validationInfo: HelpBlock -

Validation info component.

+open var validationStatus: ValidationStatus? +

Input control validation status.

@@ -149,6 +158,33 @@

Sets the value of the control.

+ + +

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.

+ +

Inherited Functions

@@ -259,6 +295,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

@@ -266,6 +337,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