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 --- .../-radio/disabled.html | 16 ------------- .../-radio/index.html | 27 ---------------------- .../-radio/name.html | 15 ------------ .../-radio/size.html | 16 ------------- 4 files changed, 74 deletions(-) delete mode 100644 api/pl.treksoft.kvision.form.check/-radio/disabled.html delete mode 100644 api/pl.treksoft.kvision.form.check/-radio/name.html delete mode 100644 api/pl.treksoft.kvision.form.check/-radio/size.html (limited to 'api/pl.treksoft.kvision.form.check/-radio') diff --git a/api/pl.treksoft.kvision.form.check/-radio/disabled.html b/api/pl.treksoft.kvision.form.check/-radio/disabled.html deleted file mode 100644 index 7777a862..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/disabled.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -Radio.disabled - kvision - - - -kvision / pl.treksoft.kvision.form.check / Radio / disabled
-
-

disabled

- -open var disabled: Boolean -

Overrides FormControl.disabled

-

Determines if the field is disabled.

- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/index.html b/api/pl.treksoft.kvision.form.check/-radio/index.html index a838b536..e7d9d2f4 100644 --- a/api/pl.treksoft.kvision.form.check/-radio/index.html +++ b/api/pl.treksoft.kvision.form.check/-radio/index.html @@ -27,15 +27,6 @@ -

disabled

- - -open var disabled: Boolean -

Determines if the field is disabled.

- - - -

extraValue

@@ -81,15 +72,6 @@ -

name

- - -var name: String? -

The name attribute of the generated HTML input element.

- - - -

rich

@@ -99,15 +81,6 @@ -

size

- - -open var size: InputSize? -

The size of the input.

- - - -

squared

diff --git a/api/pl.treksoft.kvision.form.check/-radio/name.html b/api/pl.treksoft.kvision.form.check/-radio/name.html deleted file mode 100644 index 06afc43d..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/name.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -Radio.name - kvision - - - -kvision / pl.treksoft.kvision.form.check / Radio / name
-
-

name

- -var name: String? -

The name attribute of the generated HTML input element.

- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/size.html b/api/pl.treksoft.kvision.form.check/-radio/size.html deleted file mode 100644 index 35a1ed51..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/size.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -Radio.size - kvision - - - -kvision / pl.treksoft.kvision.form.check / Radio / size
-
-

size

- -open var size: InputSize? -

Overrides FormControl.size

-

The size of the input.

- - -- cgit