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. This parameter is not being used so far. It is necessary to enter the empty string ("") or not to use it at all. |
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. |
var oFrame = pMe.Items("/Frame");
oFrame.OpenView("../Panel2", "", "pars:{nmb:2;}");