ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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 Cell control previously displayed in the page via CellDisplayDialog.
Example
// Ferme le champ Cellule de question
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
Browsers don't refresh the display in the middle of Javascript code: functions 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: 09/21/2024

Send a report | Local help