Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    progress bar example

    Where can I find a sample of how to use progress bars? Can't find it in the feature explorer

    #2
    There isn't one, but the API is very small.

    Comment


      #3
      Try

      Code:
      isc.Progressbar.create({percentDone:30});
      You can find a Smart GWT version of a progressbar sample here. The API's are pretty much 1-1
      Last edited by smartgwt.dev; 25 Aug 2010, 11:04.

      Comment

      Working...
      X