Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
getFields
getFields ()
Returns an array of field maps representing the screen. Each entry in the array contains the start row, start column, text, color, and protected mode of the field.
Parameter:
This function takes no parameters.
Returns:
An array of values with the fields on the console. Each element of the array contains the following properties:
Property
Description
ROW
The row on the screen where the field starts (zero-based).
COLUMN
The column on the screen where the field starts (zero-based).
TEXT
The text contained in the field.
COLOR
The color attribute (e.g. GREEN, RED, WHITE, etc.).
PROTECTED
true if the field is protected, false if unprotected.