CAF Shared JavaScript

Class CAF.Progress

Object
   |
   +--CAF.Progress

class CAF.Progress


CAF Progress bar utilities.
Defined in hidden.js


Constructor Summary
CAF.Progress ()
           
 
Method Summary
<static> void hide(element)
           Hides the progress bar that's been shown over the specified element.
<static> void hideAll(element)
           Hides the progress bar that's been shown over the specified element and everything else having a separate progress bar within the element.
<static> Object hideFns(id)
          
<static> void insert(element, msg, showEffect, hideEffect)
           Replaces the content of the specified element with a progress dialog.
<static> void overlay(element, msg, showEffect, hideEffect)
           Overlays a progress dialog over the specified element.
<static> void show(element, msg, showEffect, hideEffect)
           Shows a progress dialog over the specified element, dynamically deciding whether to overlay or inject the progress bar.

Constructor Detail

CAF.Progress

CAF.Progress()

Method Detail

hide

<static> void hide(element)

hideAll

<static> void hideAll(element)

hideFns

<static> Object hideFns(id)

insert

<static> void insert(element, msg, showEffect, hideEffect)

overlay

<static> void overlay(element, msg, showEffect, hideEffect)

show

<static> void show(element, msg, showEffect, hideEffect)

CAF Shared JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:18 2019