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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

angular - Copying node modules to wwwroot AspNetCore -