Skip to content

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

ParameterDescription
Dialog TitleTitle of the displayed dialog box. Context variables can be used to specify dynamic content
Dialog Distance from TopDistance from the top of the displayed dialog box. Context variables can be used to specify dynamic content
Dialog WidthWidth of the displayed dialog box. Context variables can be used to specify dynamic content
Dialog HeightHeight of the displayed dialog box. Context variables can be used to specify dynamic content
Show Print ButtonWhether the displayed dialog box shows a print button. The print button can print the content of the dialog box
Passed DataData object used for dynamically calculating the displayed content. Context variables can be used to specify dynamic content
Rich Text ContentRich 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