1. Overview 1.1 Function introduction Web Page, which helps you to embed webpage into dashboard. 1.2 Application scenario To access other web pages within a dashboard, you can use this component. You can also access other dashboards directly through the url address to embed them into the current dashboard, which is convenient for analyzing multiple related dashboard information at the same time, but it is recommended that you try not to embed multiple other dashboards, as multiple dashboards loading at the same time may affect the performance. You can also access images, tables, and text generated through advanced analytics experiments through URL addresses, and the corresponding link addresses can be copied in the advanced analytics picture view, table view, text view, and multi-view nodes. The web page component address supports referencing parameters and passing parameter values, you can also use the script to set t url, please refer to the following script for detailed function description. 2. Function 2.1 Add web page component Select web page on the right side and drag it into the canvas; 2.2 Input URL Input URL in text box and preview it to see effect: 2.3 Script In the right side Setting > Script, you can use url function to set the url address, for example: webpage1.url="http://www.vividime.com", as shown below: You can use it with the parameter passing component to jump to the corresponding web page according to different options, for example: the component "drop-down parameter 1" contains options: vividime official website, vividime forum, you jump to the corresponding web page according to the options, the script is as follows: When previewing, switch the drop-down parameter options, the effect is as follows: 2.4 Splice Parameter In the actual use scenario, users often get the latest data information of the bound web page. ➢For example: When creating a dashboard, splice the parameter in the bound URL? __webPageUpdate__=true, the information in the dashboard will be updated to the latest data following the refresh interval of the dashboard, the default is 0 seconds, and it will not be refreshed regularly. As shown in the figure below: Preview daahboard, the web page will be dynamically refreshed to get the latest news, as shown below: You can also use customized dashboard parameters directly, for example, using drop-down parameter 1 directly, as shown in the following figure: Set customized value of the drop-down parameter as different URLs, and then you can link to different websites after switching the option, for example, linking to vividime website and vividime forum:
|