Display Rich Text Dialog
Overview
Display a dialog box on the client side that shows rich text content, which can be dynamically generated through variables
Parameter Configuration
| Parameter | Description |
|---|---|
| Dialog Title | Title of the displayed dialog box. Context variables can be used to specify dynamic content |
| Dialog Distance from Top | Distance from the top of the displayed dialog box. Context variables can be used to specify dynamic content |
| Dialog Width | Width of the displayed dialog box. Context variables can be used to specify dynamic content |
| Dialog Height | Height of the displayed dialog box. Context variables can be used to specify dynamic content |
| Show Print Button | Whether the displayed dialog box shows a print button. The print button can print the content of the dialog box |
| Passed Data | Data object used for dynamically calculating the displayed content. Context variables can be used to specify dynamic content |
| Rich Text Content | Rich text content displayed to the user |
Usage Instructions
Dialog Height and Width
The set content needs to include size units. For unit ranges, refer here
Passed Data
When the rich text needs to dynamically render data from the automation context, you can pass context data through this setting
Rich Text Content
Data binding usage for rich text content can be referenced here
Usage Scenarios
- Generate HTML report pages with special formats based on data

