DisplayText Property
The DisplayText property contains the credit-information text displayed in the progress bar for remaining credit.
Syntax
[str=] SiteKiosk.Plugins("SiteCash").DisplayText
|
Possible Values
String that retrieves the display text.
|
The property is read only.
Remarks
Examples
The following example shows the credit-information text in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").DisplayText);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top