From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- .../-number-form-control/index.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-number-form-control/index.html') diff --git a/api/pl.treksoft.kvision.form/-number-form-control/index.html b/api/pl.treksoft.kvision.form/-number-form-control/index.html index 1851078e..3795c77c 100644 --- a/api/pl.treksoft.kvision.form/-number-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-number-form-control/index.html @@ -32,7 +32,7 @@

disabled

-abstract var disabled: Boolean +open var disabled: Boolean

Determines if the field is disabled.

@@ -50,17 +50,26 @@

input

-abstract val input: Component +abstract val input: FormInput

The actual input component.

+

name

+ + +open var name: String? +

The name attribute of the generated HTML input element.

+ + + +

size

-abstract var size: InputSize? -

Input control size.

+open var size: InputSize? +

Input control field size.

-- cgit