Progress Bar Widget

Enables the jQuery UI progress bar in the selected element. You can access the progress value in your code, or set a value in the data-progressbar-value attribute.

jQueryUI Progress Bar API: https://api.jqueryui.com/progressbar

Options

Value | data-progressbar-value | Number | Optional

The progress value of the progressbar. If no value is provided, it defaults to 0.

Example

<div data-gx-widget="progressbar" data-progressbar-value="50"></div>
Source:

Requires

  • module:jQueryUI-Library