SFU.showPopupControl()
- Last UpdatedOct 16, 2024
- 1 minute read
Use showPopupControl() method to show the Pop-Up control.
Syntax
SFU.showPopupControl(control);
Parameters
|
Parameter |
Description |
|---|---|
|
control |
Control which represents the Pop-Up control. |
Return Value
None.
Example
// Show the Pop-Up control.
var popupControl = control.findByXmlNode("Popupform1");
SFU.showPopupControl(popupControl);