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.progress/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'api/pl.treksoft.kvision.progress/index.html') diff --git a/api/pl.treksoft.kvision.progress/index.html b/api/pl.treksoft.kvision.progress/index.html index ffade78e..d9019549 100644 --- a/api/pl.treksoft.kvision.progress/index.html +++ b/api/pl.treksoft.kvision.progress/index.html @@ -14,21 +14,21 @@ -

ProgressBar

+(js) +

ProgressBar

-open class ProgressBar : SimplePanel

The Bootstrap progress bar.

- +open class ProgressBar : SimplePanel -

ProgressBarStyle

+(js) +

ProgressBarStyle

-enum class ProgressBarStyle

Progress bar styles.

- +enum class ProgressBarStyle @@ -37,12 +37,12 @@ -

progressBar

+(js) +

progressBar

-fun Container.progressBar(progress: Int, min: Int = DEFAULT_MIN, max: Int = DEFAULT_MAX, style: ProgressBarStyle? = null, striped: Boolean = false, animated: Boolean = false, content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (ProgressBar.() -> Unit)? = null): ProgressBar

DSL builder extension function.

- +fun Container.progressBar(progress: Int, min: Int = DEFAULT_MIN, max: Int = DEFAULT_MAX, style: ProgressBarStyle? = null, striped: Boolean = false, animated: Boolean = false, content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (ProgressBar.() -> Unit)? = null): ProgressBar -- cgit