From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../-radio-group/-init-.html | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 api/pl.treksoft.kvision.form.check/-radio-group/-init-.html (limited to 'api/pl.treksoft.kvision.form.check/-radio-group/-init-.html') diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html b/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html deleted file mode 100644 index ab46a0c9..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html +++ /dev/null @@ -1,29 +0,0 @@ - - - -RadioGroup.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.check / RadioGroup / <init>
-
-

<init>

- -RadioGroup(options: List<StringPair>? = null, value: String? = null, name: 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

-

-name - the name attribute of the generated HTML input element

-

-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