From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html') diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html index c9ff1fd6..7c88d682 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.dropdown / DropDown / dropDown

dropDown

- -fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown + +fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: ButtonStyle = ButtonStyle.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown

DSL builder extension function.

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

-- cgit