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
Sets the progress, optionally setting the text of the bar
@param {Number} value @param {String} text
Parameters:
updateProgressBar
Do not call this method; this will be removed with Servoy 8.2
@param {Number} value @param {String} text
Parameters:
Last updated