当单击位于编辑器旁边的按钮时,如何在新模式窗口中以 html 格式查看 ckeditor 内容。下面是html
<img src="Image/icons/preview.png" alt="Preview" id="img1" class="preview" />
<textarea rows="30" cols="22" id="txtHtmlHead" class="editor"></textarea>
上面的 textarea 表现为 ckeditor 。
请帮我..