Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
In SimpleOne, forms are loaded in the order described below:
- The initialization of the record object.
- Async The async fetch of the UI action data from the server.
- Async The async fetch of the record from the server.
- The update of the inner state of the object.
- The rendering of the form and its sections.
- The async execution of the form onLoad script when the form is created and when the record type is changed.
- The rendering of the form fields.
- The initialization of the widget objects.
- The rendering of the widgets.
- The initialization of the SimpleTag objects (<activityfeed>, <rem>, and others).
- The async fetch of the data from the serverwhen the object is inserted or the tag properties are updated.
- The rendering of the SimpleTags.
- The rendering of the rem/remform/Form.
- The async execution of the rem/Form onLoad script.
- The execution of the widget client scripts.
- The initialization of the record object.