Object PmaWebDir (Web access to the folder on the disk with its files)
Description:
See:
PmaWebDir - Deatiled object description
This object implements the Web component that provides basic file services, like transfer of HTML pages and files connected to them (e.g.
*.gif,
*.jpg ...).
By the keywords it is possible to complete the HTML pages before sending to the client for example by current data.
No other
Pma objects can be created in this object.
The
PmaWebDir object can be created in objects:
PmaWeb,
PmaWebLang,
PmaWebFolder,
PmaPanel. There can be even more
PmaWebDir objects 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 of this object:
Vars() | Access to keywords values |
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 of this object:
onPageAction | Is triggered after sending parameters and data from the HTML document into the PROMOTIC application |
onPageLoad | Is triggered before loading the file |
onPageModify | Is triggered for the possibility to change the sent text document |
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 |
WebDir | Setting the parameters for searching HTML pages on the disk |
Permissions | Object permissions |
Keywords | Definition of keywords |
History:
Pm9.00.00: Object name changed:
PmWebDir ->
PmaWebDir