The Web Frameset - Open allows a different website to be opened within a Workflow either beside or below the Page, and persists through Page navigation.
This can be contrasted with the
IFrame, which is typically smaller and embedded within a single Page of the Workflow.
The triggering button can be visible to or hidden from the agent, and upon being triggered will cause the window to be split in half:
This control is part of the Intermediate control pack, and will only be available if you have the appropriate licence part.
How To
Add a Web Frameset - Open to the Workflow Page. The control's options and style can be configured in the
Options and
Styling tabs of the Field Properties.
The Web Frameset - Open has one unique option available in its Options tab:
Option
|
Description
|
Side by Side
|
If enabled, the opened webpage will be displayed to the right of the Workflow. If disabled, the opened webpage will be displayed below the Workflow.
|
To link to another Workflow Page, use the
Page Selector in the Advanced Options tab.
Notes
The Web Frameset - Open must be linked to a Page, and upon triggering the button, that Page will be navigated to. If it's not desired to navigate the Workflow at the time when the Web Frameset is opened, then the current Page can be selected.
The opened website will remain open and unaffected by events within the Workflow, even if the Page is navigated, and will only be closed if a
Web Frameset - Close is triggered.
As with other button-type controls, it is possible to require a Page pass
validation before the button will activate. This prevents the agent from leaving the Page before all requisite details have been collected.
As with other button-type controls, upon activation the button will then be disabled until the action has completed.
As with other button-type controls, it is possible to trigger this by JavaScript or
Update Links. Please see the
.click() article for more information and an example regarding using JavaScript.