简体   繁体   中英

tinymce 4 loading but showing tinymce.get is undefined

I'm working in a form update section using Tinymce and jquery and using ejs for load form including textarea and i call tinymce (tinymce init) using JavaScript function right after the ejs loaded. The editor is working fine, but when i use

tinymce.get("content-text").setContent( $(".grid:first").html() );

for set content to editor its showing error. if i load the textarea form and load tinymce again it will work ;) I don't what is happening here.

根据您的评论,我建议您在$(document).ready()并在html表单之前实例化tinymce。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM