Operations |
|
|
| EditTemplateSettings |
|
This function is called when the user has finished editing a
Template and has asked for the system to save it. The plugin must
save the changes made by the user in the consistent store and also
forego any previously stored information with the same
identity. |
| GetTemplateEditInfo |
|
The function is called when the plugin must supply information
to be edited by the user. The plugin must also supply any state
that it currently has for the given Template group. |
| GetTemplateIncludeInfo |
|
Called when the system requires the plugin to deliver the
inclusion information, which the user must set when a Template is
created. |
| IncludeIntoTemplate |
|
Called when the user creates a Template where the plugin is
used. |
| RemoveFromTemplate |
|
The function is called when a template containing a given
plugin is being deleted. |