ConfigureDatabase Method
The ConfigureDatabase method shows the database configuration dialog.
Syntax
SiteCafe.ConfigureDatabase()
|
Return Value
Remarks
The database configuration dialog lets you choose the database that SiteCafe will use.
Examples
The following example displays the database configuration dialog.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteCafe.ConfigureDatabase();
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top