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 CellDisplayDialog.
Example
// Close the question Cell control
CellCloseDialog(CELL_Question)
Syntax
CellCloseDialog(<Cell control>)
<Cell control>: Control name
Name of the cell to be hidden. This cell is overlayable and was displayed with CellDisplayDialog. Otherwise, CellCloseDialog has no action.
Remarks
The browsers do not refresh the display in the middle of a JavaScript code: CellDisplayDialog and CellCloseDialog 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 12
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help