From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- api/pl.treksoft.kvision.navbar/index.html | 69 ++++++++++++++++--------------- 1 file changed, 35 insertions(+), 34 deletions(-) (limited to 'api/pl.treksoft.kvision.navbar/index.html') diff --git a/api/pl.treksoft.kvision.navbar/index.html b/api/pl.treksoft.kvision.navbar/index.html index a0fcb8ae..a33b69d7 100644 --- a/api/pl.treksoft.kvision.navbar/index.html +++ b/api/pl.treksoft.kvision.navbar/index.html @@ -14,57 +14,57 @@ -

Nav

+(js) +

Nav

-open class Nav : Div

The Bootstrap Nav container.

- +open class Nav : Div -

Navbar

+(js) +

Navbar

-open class Navbar : SimplePanel

The Bootstrap Navbar container.

- +open class Navbar : SimplePanel -

NavbarColor

+(js) +

NavbarColor

-enum class NavbarColor

Navbar colors.

- +enum class NavbarColor -

NavbarExpand

+(js) +

NavbarExpand

-enum class NavbarExpand

Navbar responsive behavior.

- +enum class NavbarExpand -

NavbarType

+(js) +

NavbarType

-enum class NavbarType

Navbar types.

- +enum class NavbarType -

NavForm

+(js) +

NavForm

-open class NavForm : Tag

The Bootstrap Nav form container.

- +open class NavForm : Tag @@ -73,52 +73,53 @@ -

nav

+(js) +

nav

-fun Navbar.nav(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: (Nav.() -> Unit)? = null): Nav

DSL builder extension function.

- +fun Navbar.nav(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: (Nav.() -> Unit)? = null): Nav -

navbar

+(js) +

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.

- +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 -

navForm

+(js) +

navForm

-fun Navbar.navForm(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: (NavForm.() -> Unit)? = null): NavForm

DSL builder extension function.

- +fun Navbar.navForm(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: (NavForm.() -> Unit)? = null): NavForm -

navLink

+(js) +

navLink

-fun Nav.navLink(label: String, url: String? = null, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: (Link.() -> Unit)? = null): Link

DSL builder extension function for a link in a nav list.

- +fun Nav.navLink(label: String, url: String? = null, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: (Link.() -> Unit)? = null): Link -

navLinkDisabled

+(js) +

navLinkDisabled

-fun Nav.navLinkDisabled(label: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: (Link.() -> Unit)? = null): Link

DSL builder extension function for a disabled link in a nav list.

- +fun Nav.navLinkDisabled(label: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: (Link.() -> Unit)? = null): Link -

navText

+(js) +

navText

fun Navbar.navText(label: String, classes: Set<String> = setOf()): Span -- cgit