PAGE
Returns the name of the previous page, which is helpful for popup pages.
Syntax
PAGE(option)
option - the type of page which should be returned - Value type: constant Possible values are:
current: the name of the current page
previous: the name of the previous page, from which the new page has been opened, either as a popup or as a standard page.
Remark
If the current page was the first page which has been opened in the app, the function returns empty.
Last updated