ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Hides a page displayed as a popup via <Page>.DisplayPopup.
Example
// Ferme la page affichée en popup
PAGE_DétailsProduit.FermePopup()
Syntax
<Page>.ClosePopup()
<Page>: Page name
Name of the page displayed as a popup that will be hidden. This page must have been displayed by <Page>.DisplayPopup. Otherwise, <Page>.ClosePopup has no effect.
Remarks
Browsers don't refresh the display in the middle of Javascript code: functions <Page>.DisplayPopup and <Page>.ClosePopup must be used in different processes/events. If these functions are used in the same process/event, the Popup page is not displayed.
Component: wd300page.dll
Minimum version required
  • Version 26
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help