DE EN EN (Google)

Export manager plugin

Export manager plugins are a kind of template where it is possible to create an own form with different options to make the export feature simpler or complex, depending on our needs.

To create a new export manager plugin, it is necessary to extends the class ExportManagerPlugin, implement the following methods and register it.

class MyExportManagerPlugin extends ExportManagerPlugin
    # ... methods implementations

ez5.session_ready =>
    ExportManager.registerPlugin(new MyExportManagerPlugin())

After the plugin is implemented and registered, an option will be shown in a dropdown at top right of the export manager modal.

Methods to implement

Optional methods available to override

Available attributes