The Page section collects all the functions relating to the management of the pages and more generally to the navigation mode in the project
Function
|
Parameter
|
Description
|
ClosePopupAll
|
-
|
Closes all open Pop_up pages
|
ClosePopupId
|
Pop_up page Id
|
Closes the pop up page indicated by the parameter
|
ClosePopupName
|
Pop_up page Name
|
Closes the pop up page indicated by the parameter
|
ShowPageId
|
Full screen page Id
|
Opens the indicated full screen page
|
ShowPageLast
|
-
|
Opens the last full screen page opened before the current one
|
ShowPageName
|
Full screen page name
|
Opens the full screen page passed as a parameter
|
ShowPageNext
|
-
|
View the next page defined in the project
|
ShowPageNextFull
|
-
|
View the next full screen page defined in the project
|
ShowPageNextPopup
|
-
|
View the next Pop_Up page defined in the project
|
ShowPagePrevious
|
-
|
View the previous page
|
ShowPagePreviousFull
|
-
|
View the previous full screen page defined in the project
|
ShowPagePreviousPopup
|
-
|
Displays the previous Pop_Up page defined in the project
|