The Comment component used to when displaying data in a comment format within a List.
How to Create
Select Comment type in New Component Popup Screen. (Step1)
Enter the Component Name, the name displayed on the screen (Symbolic String or Custom Name), and the created Business Object.
INFO
The Layout Type Selection in Step2 and the Field Mapping in Step4 are skipped.
Applicable List of Component Attributes
Tab Pane Id: When the Screen is structured with a Tab Component and this Component is placed at the bottom, the Tab Component's Panel Id value is registered to link it with the Tab.
Page Size: When the Component is loaded or when the user clicks the + More button, you can set the number of comments loaded at once. The default value is set to 20.
Style - Background Color: Set the background color for the Component.
Available List of Services
Name
Platform
Description
load
Common
Event that occurs when data loading
Inner-button-click
Common
The Event that occurs when clicking on a Reply (Comment) in the Comment Component
Load: The Event that occurs when the Comment Component is loaded, and it's a mandatory Service to be registered when using the Comment Component.
INFO
To load data, we use a Lambda-Interface, with Optional Required set to /CalsComWebCommonSelectData, Type set to Data, and Target set to List Component.
Inner-Button-Click: The Event triggered when clicking on a Reply (댓글) in the Comment Component calls for invoking a screen for re-entering comments. Typically, the screen for entering comments utilizes a Bottom Panel.
[Image1. This action is a service applied to the reply Control on the Canvas.]
[Image2. Path Property of Show Bottom Panel]
Available Controls
Label: It displays information such as Author, Creation Date, and ReplyTo label on the component.
Comment Button: Displays the Reply on the Component.
Text Content: Displays the Content on the Component.
Hidden: You can set the hidden property of the Control.
Appendix. How to configure Comment Component
The screen composed of comments cannot be constructed with Comment Component alone. It should be structured as a screen including input and comments.
The Comment input field is composed of a Textarea Component.
The Data retrieval format for the Comment Component is set to card style.
The Popup screen for entering comments is structured similarly to the Comment input field.
Comment
The Comment component used to when displaying data in a comment format within a List.
Select
Comment
type in New Component Popup Screen. (Step1)Enter the Component Name, the name displayed on the screen (
Symbolic String
orCustom Name
), and the created Business Object.INFO
The Layout Type Selection in Step2 and the Field Mapping in Step4 are skipped.
+ More
button, you can set the number of comments loaded at once. The default value is set to 20.Load: The Event that occurs when the Comment Component is loaded, and it's a mandatory Service to be registered when using the Comment Component.
INFO
To load data, we use a
Lambda-Interface
, withOptional Required
set to/CalsComWebCommonSelectData
, Type set toData
, and Target set toList Component
.Inner-Button-Click: The Event triggered when clicking on a Reply (댓글) in the Comment Component calls for invoking a screen for re-entering comments. Typically, the screen for entering comments utilizes a Bottom Panel.
Appendix. How to configure Comment Component
The screen composed of comments cannot be constructed with Comment Component alone. It should be structured as a screen including input and comments.