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
- Select the
IFrametype in the New Component Popup Screen. - Enter the Component Name, the name displayed on the screen (
Symbolic Stringor Custom Name), and the created Business Object, then click theNextbutton.
INFO
There is no detail component for IFrame, please refer to the note.
- Applicable Component Attributes
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.
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
| Name | Platform | Description |
|---|---|---|
| load | Common | Event that occurs when data loading |
- 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 Actionto invoke a page. For this action to work, theSrcpropery of the component must be registered by default. If dynamic parameter passing to the URL is necessary, parameters are added to theOpen Link Action.

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