Form Container
Latest Update:Jul 25, 2023, 15:23:21
Scenarios
Suitable for scenarios where you need to fill out forms。
Basic Functions
This data container provides a method to bind to a data model, and within this data container, you can bind to fields from the data model.
Data Usage and Presentation
The form container is a data provider, and the provided data can be used by form-related components. The specific usage is as follows:
Drag the form components that need to be bound to data into the data container, and click "Bind Fields" to select the data from the data container.
Requirements for Calling APIs
When calling APIs, the input and output of the calling method must meet the following conditions, otherwise, it will not be displayed correctly.⚠️
Property Introduction
Properties received from external input for the component:
Property Name | Property Description |
---|---|
Data Model | When using data from a data model, you need to select the data model |
Data Filtering | Filter data for display, and open the expression design window |
Layout | Set the layout: horizontal, vertical, inline |
Events
Property Name | Property Description |
---|---|
Page Load | An event triggered when the current component loads. |