Joomla meter Form Field Type

It draws a progress bar based on the Bootstrap. This form field is not an input type, It just creates a progress bar.

Example XML Definition

<field name="meter"
active="true"
type="meter"
label="Meter"
max="1000"
min="1"
default="240" />

Additional Parameters

width: (required) The width of the progress bar to show the progress. For example, 35%

min: The minimum value of the progress bar. It defaults to 0.

max: The maximum value of the progress bar. It defaults to 100.

animated: It sets whether the progress bar is animated or not. The default value is true.

striped: It sets whether the progress bar is with striped or not.

color: The background color of the progress bar.

active: It sets whether the progress bar animation is active. This attribute works with animated. The default value is false.