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

    [starting from version: 2.3]

    It is triggered when the Open file dialog was opened and a user clicks the Cancel button. It happens when:

    1. The user chooses Connect -> To local CSV/JSON in the Toolbar.
    2. The updateData() method is called with the browseForFile = true parameter.

    Example

    flexmonster.on('datafilecancelled', function () {
      alert('Data file cancelled!');
    });
    

    Try on JSFiddle.

    See also

    dataloaded
    dataerror