bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 573 forks source link

trix-editor support for best_in_place? #606

Open glauni opened 5 years ago

glauni commented 5 years ago

Is there any support for trix-editor? I've tried using something like

$(document).on('best_in_place:activate', function(el) { 
     $(element).trix-editor(); 
});

but this doesn't seem to work.