Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

blur EVENT #49

Open
xiaomizhou66 opened this issue Apr 15, 2019 · 0 comments
Open

blur EVENT #49

xiaomizhou66 opened this issue Apr 15, 2019 · 0 comments

Comments

@xiaomizhou66
Copy link

tinymce.init({
  selector: 'textarea',
  init_instance_callback: function (editor) {
    editor.on('blur', function (e) {
      console.log('Editor was blurred!');
    });
  }
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant