📱
HTML Widget
  • HTML Widget
  • Getting Started
    • Regular Use
    • Module Use
  • About
    • The Function
    • Types
  • Components
    • <widget>
    • <stack>
    • <spacer>
    • <img>
    • <text>
    • <date>
    • <style>
    • <!-- Comment -->
  • Add-ons
    • Add-ons
    • <symbol>
    • <hr>
    • <progress>
    • <blockquote>
  • Template
    • Templates
    • Mapping
    • Render
  • Examples
    • Hello, World!
    • Reddit Widget
  • Closing Remarks
    • Bug Fixes and Feedback
    • Support
Powered by GitBook
On this page
  • File
  • Attributes
  1. Add-ons

<progress>

About The Progress Tag

Previous<hr>Next<blockquote>

Last updated 2 months ago

<widget>
  <progress value="33%"/>
</widget>

The <progress> element defines a progress bar made up of a collection of stack elements. It is a self-closing tag, meaning you do not need a second closing tag but it must be marked with a forwardslash at the end.

File

Attributes

background - colour or gradient

Defines the background.

progressBackground - colour or gradient

Defines the filled progress background.

borderColor - colour

Defines the border color.

borderWidth - posInt

Defines the border width.

cornerRadius - posInt

Defines the corner radius.

progressCornerRadius - posInt

Defines the filled progress corner radius.

width - posInt

Defines the width. The default width is 100.

height - posInt

Defines the height. The default height is 1.

url - url

Defines the progress bar url.

value - decimal

Defines the value (amount of progress) for the progress bar. value is not supported through css and is defaulted at 0.

html-widget-progress.js