cIntegrator
To integrate external Api's - especially those that have their own representation - there is the api integrator. With this component you can easily integrate external modules like Jitsi and others.
Properties
|
description |
html |
HTML template to integrate external API |
javascript |
javascript to accommodate. |
parameters |
future use |
PHP Events
|
Description |
onActivate |
Triggers when all components are created |
onAfterRender |
Triggers when rendering is done |
onBeforeRender |
Triggers before rendering takes place |
onCreate |
Triggers when the component is created |
onDestroy |
Triggers when the component is destroyed |
onExecute |
Triggers when the component get's focus. |
Javascript events
No additional events