Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Progress Bar Title Style

$
0
0
I wonder How I can add some styles for the progress bar title, say I want it to have 2px paddings to the left.

I cannot find a way in the documentation.

Code:

isc.Progressbar.create({
  length: 200,
  percentDone: 50,
  title: "50%",
  showTitle: true,
  align: "left"
})

Thanks.

Viewing all articles
Browse latest Browse all 4756

Trending Articles