User manual - Scripting_Guide
NAURTECH SMART CLIENTS FOR WINDOWS CE AND POCKET PC
CETerm Scripting Guide Page 28
text = GetTextRect( startRow, startColumn, endRow, endColumn )
Return the requested rectangle of text. Each line fragment will be separated by
the TextLineSeparator property value. If the session is not connected the
JavaScript null value is returned. End coordinates of -1 will use the maximum
valid value.
Properties
The Screen object has several read only properties.
Property Description Values
Rows Number of rows in screen. (read only) 1-50
Columns Number of columns in screen. (read only) 1-132
CursorRow Current row containing cursor. Setting
this value will change the cursor location.
1 to
Rows
CursorColumn Current column containing cursor. Setting
this value will change the cursor location.
1 to
Columns
TextLineSeparator Text which separates every line in
GetText methods.
Default:
nothing
3.4 THE BROWSER OBJECT
The Browser object gives access to a web browser session. This section
documents the methods and properties of the Browser object.
Methods
The following methods are available
Method Action
AddMetaItem Add a CETerm <META> element to the current web page.
Navigate Navigate to specified URL.
RunScript Run a script in the web browser JavaScript engine.