This method is obsolete (but functional) and it is better to use the Pm.CreateView method.
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 KeyVal format, for example "_blank1". 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) Parameters transferred to the object that is to be viewed by the corresponding viewer. Entries are in KeyVal format, for example "name1:value1;name2:value2;". For detailed description see sParams. |
oExtra | [optional] (PmMap) Additional entry of viewer behavior. The items are defined here by creating properties in the PmMap type 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;}");