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: int 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: float


valueText

Type: string


visible

Type: visible


API

setProgress(value,valueText)

Sets the progress, optionally setting the text of the bar

Parameters:


updateProgressBar(value,valueText)

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

Parameters:



Last updated