Enyo.ProgressBar

From WebOS101

Jump to: navigation, search

enyo.Component >> enyo.DomNode >> enyo.DomNodeBuilder >> enyo.ContainedDomBuilder >> enyo.Control >> enyo.Progress >> enyo.ProgressBar

ProgressBar is a control that shows the current progress of something within a horizontal bar. By default, it animates progress changes.

File: palm/controls/progress/ProgressBar.js

Parent: enyo.Progress

Children:

Published Properties

  • animatePosition (default true): Controls whether progress changes are animated.

Published Events

  • onBeginAnimation
  • onEndAnimation

Public Methods

  • setPositionImmediate(inPosition) - Set position immediately to the given position, bypassing animation
Personal tools