A progress bar widget for FormsAPI
As a Drupal user, you certainly noticed that
update.php
displays a nice progress bar to make you wait during its batch operations. And maybe you
also noticed theme_progress_bar
in the API reference.
The question
Wouldn't it be nice to have that progress bar available as an extended version of markup
that would graphically display a value in your forms without stuffing it in a markup
element ?