javascript - Initialize multiple tinymce with different mode attributes -
1)i want converts textarea elements editors when page loads. should use mode "textareas"
mode : "textareas", 2)after add editors other elements dinamically. should use mode "exact" further use
mode : "exact", so how initialize 2 different tinymce?
Comments
Post a Comment