From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- api/pl.treksoft.kvision.navbar/navbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.navbar/navbar.html') diff --git a/api/pl.treksoft.kvision.navbar/navbar.html b/api/pl.treksoft.kvision.navbar/navbar.html index fa83d3f8..61043f31 100644 --- a/api/pl.treksoft.kvision.navbar/navbar.html +++ b/api/pl.treksoft.kvision.navbar/navbar.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.navbar / navbar

navbar

- -fun Container.navbar(label: String? = null, link: String? = null, type: NavbarType? = null, expand: NavbarExpand? = NavbarExpand.LG, nColor: NavbarColor = NavbarColor.LIGHT, bgColor: BsBgColor = BsBgColor.LIGHT, classes: Set<String> = setOf(), init: (Navbar.() -> Unit)? = null): Navbar + +fun Container.navbar(label: String? = null, link: String? = null, type: NavbarType? = null, expand: NavbarExpand? = NavbarExpand.LG, nColor: NavbarColor = NavbarColor.LIGHT, bgColor: BsBgColor = BsBgColor.LIGHT, collapseOnClick: Boolean = false, classes: Set<String> = setOf(), init: (Navbar.() -> Unit)? = null): Navbar

DSL builder extension function.

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

-- cgit