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

    [starting from version: 2.3]

    It is triggered when the built-in Field List is opened.

    Example

    flexmonster.on('fieldslistopen', function () {
      alert('The Field List is opened!');
    });
    

    Open the example on JSFiddle.

    See also

    fieldslistclose