English
approval.agree.render.after
About 218 wordsLess than 1 minute
2025-12-16
Description: this event is called after rendering approval agree
This event is used to perform extra actions after rendering approval agree, including but not limited to: 1. Retrieving workflow data 2. Customizing parallel add-sign text 3. Customizing serial add-sign text 4. Customizing the approval popup title 5. Customizing the hide/show behavior of post-add-sign 6. Customizing the approval opinion input title 7. Customizing the content of the “process approval at the same time” area in the approval content form/page
Parameters
| Parameter | Description | Type |
|---|---|---|
| getData | Retrieves workflow data | Function |
| setParallelLabelStyle | Customizes parallel add-sign text | Function |
| setSerialLabelStyle | Customizes serial add-sign text | Function |
| setDialogTitle | Customizes the approval popup title | Function |
| showAfterAddSign | Controls whether post-add-sign is shown or hidden | Function |
| setOpinionLabel | Customizes the approval opinion input title | Function |
| setSwitchLabel | Customizes the content of the Process Approval at the Same Time area | Function |
| showSwitchContent | Hides the process-approval switch container together with its label | Function |
| showSwitchContainer | Hides only the process-approval switch container | Function |
| forceSwitchContainer | Forces the process-approval switch on or off | Function |
Main Capabilities
- Read workflow data
- Customize serial/parallel add-sign copy
- Customize popup titles and opinion labels
- Hide or show post-add-sign
- Customize or hide the process-approval switch area
- Force the process-approval switch state
