instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

Possible to use this with Rails pipeline? #19

Closed l3iodeez closed 8 years ago

l3iodeez commented 8 years ago

Im wondering if there is any way to include this in a React-on-Rails app I am creating. I tried copying the react-tinymce.min.js into my vendor/assets/javascripts but I still don't have the TinyMCE component defined. I am using version 0.14 of the react-rails gem and the tinymce-rails gem so tinymce and ReactDOM are both globally accessible. Can you assist?

l3iodeez commented 8 years ago

I was able to get it working by adding the following to the top of my component.jsx file :

var TinyMCE = ReactTinymce;