This object can be created in objects: PmaRoot, PmaFolder, PmaPrototype, PmaPanel. Multiple objects of this type can be created in such objects.
The client requiring data from this Web component is of the PmWebClient type from the licence point of view.
The window is by default opened by the Pm.CreateView method. This method can be called for example in the panel button and it is functional for both local and Web applications (i.e. when the method is called for example in the Web panel button).
If the "Enable multiple opening of local panel" configurator is checked, then even multiple panel windows of the same PmaPanel object may be open simultaneously.
OpenView | Opens viewer of another object (obsolete) |
---|---|
Print the panel (or its part) to a printer or into the file |
Arguments | Input value for opening the panel |
---|---|
Close | Close panel |
Dx | Panel width |
Dy | Panel height |
Enabled | Enable/disable the user's control of the whole panel |
Focus | Sets/gets whether the window has the focus |
GetLastRefresh | This is used for obtaining the time when this panel requested data (locally or on the web) for the last time |
Items | Returns reference to Pmg object |
OpenViewModal | Opens viewer of another object in the modal window |
PrintToBmp | Saving the panel or its part into the file *.bmp, *.png, *.jpg, *.gif or *.tif |
Refresh | Refresh panel |
ReturnValue | The output value on closing the panel |
ScreenX | X-coordinate of the left upper corner of the panel relative to the screen |
ScreenY | Y-coordinate of the left upper corner of the panel relative to the screen |
ScrollX | X-coordinate of the left upper corner |
ScrollY | Y-coordinate of the left upper corner |
State | The viewing mode of the panel |
Title | The panel title |
Vars | Returns variable of the PmgRoot object in this panel |
ViewerType | It gets whether the window is opened in the application or in the Web browser |
Visible | Gets whether the window is visible |
X | X-coordinate of the left upper corner of the panel |
Y | Y-coordinate of the left upper corner of the panel |
onClose | Is triggered after closing the panel |
---|---|
onFocusIn | Is triggered after the panel gets the focus (the panel becomes active) |
onFocusOut | Is triggered after the panel gets lost the focus (the panel leaves to be active) |
onKeyPress | Is triggered for the active panel after pressing or releasing a key |
onMousePress | Is triggered after pressing or releasing the mouse button |
onOpen | Is triggered after opening the panel |
onRefresh | Is triggered after the panel is refreshed |
Object | General information about the object |
---|---|
Content | Content of the object in the XML form |
Events | Definition of object events algorithms |
Methods | Definition of designer's method of the object |
Panel | Basic settings of the panel |
Graphic | Graphics editor |
Permissions | Object permissions |
Web server | The link-up of the object to the Web server |