Skip to content

IFrame

IFrame is designed to insert external website into a page of CALS. It uses the provided URL to fetch and display the external site on the screen. However, only site or pages that start with https (sites with valid SSL certificate) can be displayed using this component.

  • How to Create
  1. Select the IFrame type in the New Component Popup Screen.
  2. Enter the Component Name, the name displayed on the screen (Symbolic String or Custom Name), and the created Business Object, then click the Next button.

INFO

There is no detail component for IFrame, please refer to the note.

  • Applicable Component Attributes
  1. Src: It refers to the URL information of the site or page you want to display within an Iframe. IFrame will display the external page based on the provided URL Information.

  2. Tab Pane Id: When the screen is composed of a Tab Component and the corresponding Component is placed at the bottom, the Panel Id value of the Tab Component is registered to link with the Tab

  • Available List of Services
NamePlatformDescription
loadCommonEvent that occurs when data loading
  1. Load: When the IFrame Component is loaded, a service is executed differently from other components. Instead of using a standard service, it uses the Open Link Action to invoke a page. For this action to work, the Src propery of the component must be registered by default. If dynamic parameter passing to the URL is necessary, parameters are added to the Open Link Action.

  • Availabe List of Controls
  1. There is no control for this component.