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 --- api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html') diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html b/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html index 9d979e1a..aa1a0741 100644 --- a/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html +++ b/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.form.check / RadioGroup / radioGroup

radioGroup

- -fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup + +fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

-- cgit