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

<init>

- -DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: ButtonStyle = ButtonStyle.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf()) -

Parameters

-

-text - the label of the dropdown button

-

-elements - an optional list of link elements (special options from DD enum class can be used as values)

-

-icon - the icon of the dropdown button

-

-style - the style of the dropdown button

-

-disabled - determines if the component is disabled on start

-

-classes - a set of CSS class names

-

Constructor
-

- - -- cgit