Pop-Up
- Last UpdatedSep 10, 2024
- 7 minute read
Use Pop-Up control to open a form as a pop-up window in your form. You can reuse your existing form using this control.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
XML Node |
XML node mapped to the control. Use this value to map a list to a form and a form to a workflow. The default value is the value for the Name property without the spaces. Note: If you edit this value later, then it might affect the mapping between forms, lists, and workflows.. |
|
Description |
Description for the control. |
|
Tooltip |
Message that appears when the pointer hovers over the control. |
|
Button Text |
Text for the control. |
|
Persist Form Definition |
Allow or deny a user to persist the form definition. The definition of the source form is fetched and used for the pop-up form. The source form is no longer referenced after the properties of the control are saved. Therefore, the source form does not have to be available in the repository after the properties are configured.
|
|
Form Details |
Details of the form that is to be linked. To add Form Details for the control
|
Appearance
|
Property |
Description |
|---|---|
|
Enable |
Enable or disable the control.
|
|
Visible |
Show or hide the control.
|
|
Label Position |
Position of the label for the control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Alignment |
Alignment of the control with respect to the form.
|
|
Dimension |
Dimension in percentage for the pop-up window of the control. The default value is 0. Note: If the value is 0, then the dimension for the pop-up window of the control is set as per the default values. |
|
Retain Space |
Reserve or remove space when the control is hidden.
|
|
Display Mode |
Show text and/or image for the control.
|
|
Button Size |
Size of the button for the control.
|
|
Image Path |
Path to the image for the control. The image path is specified as:
|
|
Image Position |
Position of the image with respect to the text for the control.
Note: This property is applicable only when the Display Mode property is set to Text and Image. |
|
Show as Link |
Enable or disable the control to show as link.
|
Advanced
|
Property |
Description |
|---|---|
|
On Data Change |
Run a script when value of the control changes. For more information, see scripting guidelines for On Data Change property. |
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
|
Open New Window |
Allow or deny a user to open form in a new browser window.
Note: Opening the form in a new browser window improves form performance, but the values for the controls on submission of the form will not be persisted. |
|
Persist Value |
Keep or lose the value for the control on submission of the form opened as a pop-up window.
|
|
Form Button |
Enable or disable the control to act as form button. When this property is enabled, the control is displayed at the bottom-right corner of the form.
Note: If the value is Yes, and the form is viewed on a mobile device, then the control appears in the Action Bar of the mobile device. |
Scripts
For information about using scripts, see scripting guidelines for Pop-Up control.
Note:
- Pop-Up control does not support forms with Pop-Up controls.
- Pop-Up control does not support Chart, Slider and Hierarchical List controls when the Persist Form Definition property is set to Yes.
- Pop-Up control does not support Print Button control when the Persist Form Definition property is set to Yes.