Gradient Property



 
The Gradient property indicates if the first progress bar color fades into another.


Syntax

    [bool=] SiteKiosk.Plugins("SiteCash").ProgressBarSettings.Gradient
Possible Values
    Boolean value that retrieves the gradient status.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the gradient status in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").ProgressBarSettings.Gradient);
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top