|
|
|
|
CellCloseDialog (Function) In french: CelluleFermeDialogue
// 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|