Open Website Page
Feature Description
Open a website module page with support for page printing functionality
Parameter Configuration
| Parameter | Description |
|---|---|
| Website Module | The website module to which the opened page belongs |
| Website Page URL | Page resource address within the website module. Expressions can be used to obtain context variables to specify dynamic content |
| Hide Close Button | Hide the close button of the opened pop-up window |
| Show Print Button | Show the print button to support page printing |
| Website Title | Title of the pop-up window. Expressions can be used to obtain context variables to specify dynamic content |
| Website Width | Width of the displayed dialog box. Expressions can be used to obtain context variables to specify dynamic content |
| Website Height | Height of the displayed dialog box. Expressions can be used to obtain context variables to specify dynamic content |
Usage Instructions
Dialog box height and width
- The set content needs to have size units. Unit range reference
After hiding the close button, the page can be closed by the website internal page calling the cross-Iframe close function provided by the platform. Reference
javascriptsystemService.close();
Usage Scenarios
- Personalized rendering of form data within the platform
- When the print template module cannot support personalized printing needs

