Object PmaWebInfo (Web INFO system)
Description:
The object serves for displaying the information in the
INFO system by the Web browser.
No other
Pma objects can be created in this object.
The
PmaWebInfo object can be created in objects:
PmaWeb and
PmaWebFolder. There can be only one
PmaWebInfo object in these objects.
The client requiring data from this Web component is of the
PmDataClient type from the licence point of view.
This object inherits properties, methods and events of the
PmaObject object.
Properties and methods inherited from the PmaObject object:
AddEvent() | Registers a function into the specified event |
GetOwnedByIndex() | Returns the subobject defined by its index |
GetOwnedByName() | Returns reference to the subobject defined by its name |
GetOwnedByType() | Returns an array of references to the subobjects |
GetOwnedNum() | Returns number of subobjects in the object |
GetPar() | Reading the value of the Pma object parameter (or its parents) |
GetPathName() | Object name with the path to this object |
GetPermission() | Returns permission of corresponding operation from object |
Methods | Access to designer methods of this object |
Name | Object name (without the path) |
Parent | Returns reference to the parent Pma object |
Pm() | Returns reference to the Pma object or to its implementation subobject |
RemoveEvent() | Unregisters the function in the specified event |
Root | Returns reference to the root application object PmaRoot |
Events inherited from the PmaObject object:
onStart | Is triggered for each object in runtime only once at the beginning |
onStop | Is triggered for each Pma object in runtime only once at the stop of the application |
Configuration tabs:
Object | General information about the object |
Events | Definition of object events algorithms |
WebInfo | Setting the parameters for displaying HTML pages of the INFO system |
Permissions | Object permissions |
Note:
From the Web client point of view the
INFO system is accessible at URL:
http://ComputerName/ComponentId/default.xml
From this offered page there are gradually references to all information that can be viewed in the INFO system.
Pages are generated automatically. The designer must only insert the
PmaWebInfo object into his application.
The
PmaWebInfo object serves for viewing the
INFO system in the Web browser - see
Opening the viewer of the INFO system (/#glob/infosystem).
History:
Pm9.00.00: Object name changed:
PmWebInfo ->
PmaWebInfo