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