Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • exportstart

    [starting from version: 2.3]

    It is triggered when the export starts. To track when the export process is complete and the file is ready to be saved, use exportcomplete.

    Example

    flexmonster.on('exportstart', function () {
      alert('Exporting started!');
    }); 

    Try the example on JSFiddle.

    See also

    exportcomplete
    exportTo