|
|
|
|
|
Functions for managing pages (prefix syntax)
The following functions are used to manage pages, using prefix syntax:
| | <Cell>.CloseDialog | Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog. | <Cell>.DisplayDialog | Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page. | <Page>.Address | Used to find out the Internet address of a page. | <Page>.ClosePopup | Hides a popup page displayed in the page via <Page>.DisplayPopup. | <Page>.Display | Displays a web page in the user's browser. | <Page>.DisplayDialog | Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism. | <Page>.DisplayPopup | Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect. | <Page>.Exist | Allows you to find out whether a page context exists on the server (which means whether the page was opened). | <Page>.Refresh | Refreshes a page displayed in the user's browser from the context on the server. | <Page>.Use | Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts. | <Popup>.Animate | Displays a popup in a page cell. | <Popup>.Close | Hides a popup displayed in the page via <Popup>.Display. | <Popup>.Display | Displays a popup in a page with a DDW effect (Dim Disabled Windows). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|