Web-page
Glossary Item Box
The “web-page” dashboard is used to display web-pages on the dashboard panel. It may be an online currency calculator, your corporate website, etc. Web-page dashboards are described in the “Setting up the “Web-page” dashboard” article.
Web-page functionality implementation classes
WebPageViewModel – web-page view model.
WebPageViewConfig – generates the web-page view model configuration.
WebPageModule – module used to work with web-pages.
WebPageDesigner – web-page widget view schema.
Web-page settings parameters
To configure a web-page, you need to add the JSON configuration object with web-page properties to the widget module configuration. Widget module configuration is defined by the Items property of the SysDashboard object. Learn more about the SysDashboard object and its properties in the “Dashboard widgets” article.
Set the “WebPage” value to the widgetType property in the JSON configuration object with widget settings. In addition, assign the parameters property to the object with necessary parameters. Possible web-page parameters are listed in table 1.
Table 1. Web-page settings
Name | Type | Details |
---|---|---|
caption | string | Web-page widget title. |
sectionId | string | Section id. |
url | string | Web-page link. |
style | string | Web-page widget CSS-styles |