From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- .../-drop-down/drop-down.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html (limited to 'api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html') diff --git a/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html b/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html new file mode 100644 index 00000000..7c88d682 --- /dev/null +++ b/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html @@ -0,0 +1,16 @@ + + + +DropDown.dropDown - kvision + + + +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 +

DSL builder extension function.

+

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

+ + -- cgit