tinymce.init({
selector: "#description",
theme : 'advanced',
plugins : 'safari,inlinepopups,autosave,preview,paste,spellchecker,tabfocus,wordcount',
theme_advanced_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1;Normal=content"
});
显示tinymce编辑器。如果我更改/添加一些内容并单击表单提交按钮,则会显示警告消息,如You have unsaved changes that will be lost if you decided to continue.