Skip to content

Open Website Page

Feature Description

Open a website module page with support for page printing functionality

Parameter Configuration

ParameterDescription
Website ModuleThe website module to which the opened page belongs
Website Page URLPage resource address within the website module. Expressions can be used to obtain context variables to specify dynamic content
Hide Close ButtonHide the close button of the opened pop-up window
Show Print ButtonShow the print button to support page printing
Website TitleTitle of the pop-up window. Expressions can be used to obtain context variables to specify dynamic content
Website WidthWidth of the displayed dialog box. Expressions can be used to obtain context variables to specify dynamic content
Website HeightHeight 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

    javascript
    systemService.close();

Usage Scenarios

  • Personalized rendering of form data within the platform
  • When the print template module cannot support personalized printing needs