I try to Initialize multiple TinyMCE text editors on my page and get an error, I get simple text areas. I try to Initialize with class name with HTML tag name and it always doesn't work.
And the first text area (with TinyMCE) is not active, I mean I can't write something in the area.
THE CODE
tinymce.init({
selector: 'textarea',
plugins: 'link',
menubar: '',
toolbar: 'link'
})