You can design your forms in the Design window. The Design window is divided into the following parts:
The screens that you create appear under the Dialogs area, they are individual screens that are presented to the agent.
Resources are items that can be used within a dialog and they include:
|
The inputs/data control menu provides access to the data elements and data control types that are used for displaying and capturing data within a script.
The Elements section contains a list of all the data types (controls) that can be added to a script. You can insert a control in a script by double-clicking the control.
The following controls are available:
|
You can use the tools present in the design screen to create a form/window.
The IFrame control is found only in the dialog editor controls.
An IFrame enables you to embed a URL inside the script. When adding an IFrame to a dialog, a set of properties required for creating the IFrame is displayed. In general, you should provide the URL, width, and height for the frame.
When the script page is loaded with https, a non-secure connection within an IFrame is not enabled. |