#ahah['progress']['type'] String. Possible values: 'throbber' (default), 'bar'.
#ahah['progress']['message'] String. An optional message to the user; should be wrapped with t().
#ahah['progress']['url'] String. The optional callback path to use to determine how full the progress bar is (as defined in progress.js). Only useable when 'type' is 'progress'.
#ahah['progress']['interval'] String. The iterval to be used in updating the progress bar (as defined in progress.js). Ony used if 'url' is defined and 'type' is 'progress'.
The description for #ahah['progress']['url'] speaks of a value for type
that is progress
, but the description of #ahah['progress']['type'] only refers to throbber
, and bar
.
The description for #ahah['progress']['interval'] has a typo (iterval versus interval).
Comments
Comment #1
avpadernoI changed the page, and committed to CVS.