emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

event options for tinymce #32

Closed michapixel closed 4 years ago

michapixel commented 4 years ago

are there any? these should have been declared as (anonymous) functions, but how can this be done fropm the confih (php)? If not, any ideas how i can intercept the content before it get's into the editor?

emilianotisato commented 4 years ago

@michapixel Sorry for not doing a proper follow up on this.

If you mean javascript events, you do have all the events the library emits. Please read the TinyMCE docs to work with events.

If you referred to something else, can you specify?

About the content interception, you can do it the nova way, with methods like ->displayUsing()