|
Version 6.3 |
|
| ||||||||||||||||||||||
Plugin file format
The plugin file is a renamed ZIP archive with
The plugin description file Basic parameters of the plugin configuration file:
Locales
When you load a plugin, the available locale files with
Data from these dictionaries will be available to other code, including CG/PL scripts contained in the plugin, with
a prefix of the form Extension pointsThe list of plugin points is populated in the Configuration options
Described in the
Example:
Configuration check scriptsA script file in CG/PL language can be added to the plugin to check whether the configuration parameters are filled in correctly. This file must be located in the archive with plugin.
Such a script file can both perform basic checks on regular expressions or filling in fields, and check the correctness of entered parameters by accessing an external server.
The script file must contain a single method Config example:
Script example:
Video conferences
Described in the
Example:
Each video conferencing support module should be a separate CG/PL script in scgp format. Each function must be implemented by a separate method within the script file (a separate "entry point"). The script is always run in the context of the user creating the conference, be it through a calendar event or through a button in the chat room. The functions to be implemented in the script file code are described below.
|