WebComponent
This component allows Vue.js-developed screens to be used within CALS. It's used for embedding screens developed with Vue.js into CALS, especially for scenarios where functionalities cannot be easily implemented using CALS's provided components alone.
- How to Create
- Select
WebComponent
type in New Component Popup Screen and then clickNext
button. - Enter the name for the component and the name displayed on the Screen (
Symbolic String
orCustom Name
). After that, select the created Business Object, and then clickNext
button.
INFO
There is no Component Detail for WebComponent Type.
- Applicable List of Component Attributes
- Url: This is the address of a file in an S3 bucket containing source code implemented in Vue.js, not a typical web URL. It won't work as a regular web URL.
- jsonData: You can customize layouts or data using jsonData, but it must adhere to predefined formats; otherwise, it won't be applied.
- Available List of Services
- For services, there's no need to register separate services or use them, as the Vue.js source code already contains the necessary services.
- Available List of Controls
There are no controls for this component.