TemplateName Property
The TemplateName property contains the name of the currently selected startpage template.
Syntax
[str=] SiteKiosk.Config.StartPage.TemplateName
|
Possible Values
String that retrieves the name.
|
The property is read only.
Remarks
Even if no startpage template is enabled there is a currently selected template.
Examples
The following example shows the name of the currently selected startpage template in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Config.StartPage.TemplateName);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top