Functions and types of the gwa.location
module for interfacing GWA
applications with HTML DOM API location object.
Table 1. gwa.location types
Types |
Description |
TYPE TGWALocation RECORD
href STRING
protocol STRING
host STRING
hostname STRING
port INTEGER
pathname STRING
search STRING
hash STRING
origin STRING
approot STRING
END RECORD
|
The TGWALocation type defines a record for a Genero wrapper around the
JavaScript window.location object. |
Table 2. gwa.location functions
Function |
Description |
FUNCTION get()
RETURNS gwa.location.TGWALocation
|
Returns the location description of the application
window. |
FUNCTION reload()
|
Reloads the application page. |