stfalcon/TinymceBundle

How to use JS functions in init settings

Closed this issue · 1 comments

I want to process pasted text. In order to do this I have to set a JS-function on init. to the config option 'paste_preprocess'.

eg:
paste_preprocess : function(pl, o) {
// do stuff
},

How to do this with the bundle?

Fixed by #173