Top Property
The Top property contains the upper border of the work area.
Syntax
[long=] SiteCafe.UserInterface.Workarea.Top
|
Possible Values
Long value that retrieves the upper border.
|
The property is read only.
Remarks
Examples
The following example displays the position of the upper border of the work area.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.UserInterface.Workarea.Top);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top