Progress Bar

(part of package 'Bootstrap Extra Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent

This is a reference page; many components have detailed usage guides here.

Properties

animate

Type: Boolean Default Value: true


dataProviderID

Type: Dataprovider


max

Type: Number Default Value: 100


showValue

Type: Boolean Default Value: true


showValueAsPercentage

Type: Boolean Default Value: true


styleClass

Type: Styleclass


tabSeq

Type: Tabseq


type

Type: String Default Value: "info"


value

Type: Number


valueText

Type: String


visible

Type: Visible


API

setProgress(value,valueText)

Sets the progress, optionally setting the text of the bar

Parameters:

  • {Number} value The progress value to set.

  • {String} [valueText] The text to display on the progress bar.


updateProgressBar(value,valueText)

Do not call this method; this will be removed with Servoy 8.2

Parameters:

  • {Number} value The progress value to set.

  • {String} [valueText] The text to display on the progress bar.



Last updated

Was this helpful?