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.dropdown/index.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.dropdown/index.html') diff --git a/api/pl.treksoft.kvision.dropdown/index.html b/api/pl.treksoft.kvision.dropdown/index.html index d8a75232..7a7a7294 100644 --- a/api/pl.treksoft.kvision.dropdown/index.html +++ b/api/pl.treksoft.kvision.dropdown/index.html @@ -8,12 +8,21 @@ kvision / pl.treksoft.kvision.dropdown

Package pl.treksoft.kvision.dropdown

-

Bootstrap dropdown component.

+

Bootstrap dropdown component with support for navigation bars and context menus.

Types

+ + + + + + + + + + + +
+

ContextMenu

+
+open class ContextMenu : ListTag +

Context menu component.

+

DD

@@ -30,6 +39,24 @@

Bootstrap dropdown component.

+

Header

+
+open class Header : Tag +

Menu header component.

+
+

Separator

+
+open class Separator : Tag +

Menu separator component.

+
-- cgit