|
|
|
|
|
<Cell>.CloseDialog (Function) In french: <Cellule>.FermeDialogue
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 Browsers don't refresh the display in the middle of Javascript code: functions <Cell>.DisplayDialog and <Cell>.CloseDialog must be used in different events/lines. If these functions are used in the same event/process, the Cell control is not displayed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|