sObjectPath | (String) Path (relative or absolute) to the object or component whose viewer will be opened.
For detailed description see sObjectPath. |
---|---|
sOptions | [optional] (String) The parameters transferred to the viewer. These define where and how to open the viewer.
Entries are in the KeyVal format, for example "target:_blank;modal:1;". For detailed description see sOptions. |
sParams | [optional] (String) The data transferred to the object that is to be viewed by the corresponding viewer.
Entries are in the KeyVal format, for example "name1:value1;name2:value2;". For detailed description see sParams. |
oExtra | [optional] (PmMap) Additional entry for the viewer. The data are defined here by creating properties in the PmMap object (contrary to previous parameters sOptions and sParams where the entry is added in text form) - this way it is possible to transfer general values (not only text).
For detailed description see oExtra. |
oWorkspace.OpenView("../Panel2", "target:main;", "pars:{nmb:2;}");
oWorkspace.OpenView("../Report", "target:main;", "");
oWorkspace.OpenView("../alarms", "target:main;");
// or
oWorkspace.OpenView("../alarms/#state", "target:main;");