You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the SPI module, some components require plug-ins to provide a UI interface for users to access. We used http://www.form-create.com/v2/ to generate the corresponding front-end code
Regarding how to display: the back end displays the UI by drawing JSON, and the front end parses the JSON returned by the back end. You can check the specific usage through the dev branch alert-group (how to use JSON to generate the corresponding UI interface, you can also use the above Refer to the official document to view)
Below is a specific todo list of ours
For complex interactions, the front end needs to provide corresponding JSON instance files. Back-end unified packaging
1: Form linkage, such as
1: Clicking on different types will display different content
2: Click the corresponding content, some buttons can call specific API. And return the corresponding response result.
3;His value needs to be able to be retained as a parameter
2: UI interaction
It needs to be replaced in the form of a plug-in. The back end will provide a unified API, and the response result contains the JSON corresponding to the UI that needs to be generated, which needs to be parsed by the front end.
1: Data source management
2: Resource management (document management)
3: Task plugin
The text was updated successfully, but these errors were encountered:
Regarding the SPI module, some components require plug-ins to provide a UI interface for users to access. We used http://www.form-create.com/v2/ to generate the corresponding front-end code
Regarding how to display: the back end displays the UI by drawing JSON, and the front end parses the JSON returned by the back end. You can check the specific usage through the dev branch alert-group (how to use JSON to generate the corresponding UI interface, you can also use the above Refer to the official document to view)
Below is a specific todo list of ours
For complex interactions, the front end needs to provide corresponding JSON instance files. Back-end unified packaging
1: Clicking on different types will display different content
2: Click the corresponding content, some buttons can call specific API. And return the corresponding response result.
3;His value needs to be able to be retained as a parameter
2: UI interaction
It needs to be replaced in the form of a plug-in. The back end will provide a unified API, and the response result contains the JSON corresponding to the UI that needs to be generated, which needs to be parsed by the front end.
1: Data source management
2: Resource management (document management)
3: Task plugin
The text was updated successfully, but these errors were encountered: