EnableMoney Property
The EnableMoney property indicates whether money mode is enabled.
Syntax
SiteCafe.Server.Config.EnableMoney [=bool]
|
Possible Values
Boolean value that specifies or retrieves the money mode status.
|
The property is read/write.
Remarks
Money mode means that the credit will be decreased (prepaid).
Examples
The following example determines whether money mode is enabled and displays it.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.Config.EnableMoney);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top