ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Hides a Cell control previously displayed in the page via <Cell>.DisplayDialog.
Example
// Close the question Cell control
CELL_Question.CloseDialog()
Syntax
<Cell control>.CloseDialog()
<Cell control>: Control name
Name of the cell to be hidden. This cell is overlayable and was displayed with <Cell>.DisplayDialog. Otherwise, <Cell>.CloseDialog has no action.
Remarks
The browsers do not refresh the display in the middle of a JavaScript code: <Cell>.DisplayDialog and <Cell>.CloseDialog must be used in different events/processes. If these functions are used in the same event/process, the Cell control is not displayed.
Component: WDJS.DLL
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help