...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example, In a product review section of an e-commerce application, the Rating component can be used to display user feedback on products. Customers can rate their purchased items from 1 to 5 stars, and the average rating will be shown alongside the product details to help other users make informed decisions |
...
Attribute Name | Description | |
---|---|---|
Dest Type | This attribute specifies whether the user wants to store a value in a variable or a model. Model: Here, you can select "Model" as the value destination. Info | Note: Value Destination Model field appears when you select "Model" as the Value Destination Type. |
Dest VarVariable | Here you can choose the variable option from this list. infoNote: This appears when you select "Variable" as the Value Destination Type. | |
Value Destination Model |
| |
Size | You can adjust the rating size to XX-Small, X-Small, Small, Medium, or Large. |
...
Attribute Group | Attribute Name | Description | |
---|---|---|---|
UI | Component Size |
Info | Note: Currently, we support Component Size |
Padding Location | "Padding Location" typically refers to the configuration of spacing around elements | ||
Padding Size | "Padding Size" refers to the amount of space added inside an element, between the element's content and its border or edge. | ||
Margin Location | "Margin Location" refers to the spacing around the outside edge of an element | ||
Margin Size | "Margin Size" refers to the amount of space around the outside edges of an element, | ||
Style |
| ||
Classes |
|
...
Below here is the onload event workflow action.
...
Note: Similarly you can create event action for click.
on Load Event:
...
In the image below, you can select the created workflows.
...
Note:
...
You need to create a workflow for selecting from this list.
For more information about Workflow check this out.
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example, when a form is loaded, you can choose fields to be prepopulated by mapping field values using input mapping at the time the form component is loaded. |
...