我通过javascipt将html添加到tinymce编辑器中。添加html I wand tinymce以验证添加的html与html验证器中的build对照valid_elements。哪个js函数我必须调用才能运行验证?
答案 0 :(得分:1)
它被称为mceCleanup。你需要打电话
ed.execCommand('mceCleanup'); // ed is the editor instance you get calling tinymce.get('your_editor_id')