From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-radio-group/-init-.html | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html (limited to 'docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html deleted file mode 100644 index 267e08e9..00000000 --- a/docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -RadioGroup.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.check / RadioGroup / <init>
-
-

<init>

- -RadioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false) -

Parameters

-

-options - an optional list of options (label to value pairs) for the group

-

-value - selected option

-

-inline - determines if the options are rendered inline

-

-label - label text of the options group

-

-rich - determines if label can contain HTML code

-

Constructor
-

- - -- cgit