由于编辑器会 屏蔽 一些html结构标记所以希望能 用一个<input type="Checkbox" /> 来控制是否使用编辑器<textarea name="TextBox2" rows="2" cols="20" id="TextBox2" class="ckeditor"></textarea>该怎么写 js或者说 什么方法能取消掉 编辑器--------------------------------我是分隔线---------------------------------我想了另外种方法 使用两个<textarea id="noeditor"><textarea id="haseditor"> 分别放 没有编辑器 的 和有编辑器的内容 然后用 js控制 显示哪个并传值过去但是 传值出现问题  从noeditor 传值到 haseditor <textarea id="haseditor">实际得到了值 但是 页面不显示值
 从 haseditor 传值到 noeditor 传过来的值 并不是 页面显示的值 而是 <textarea id="haseditor">里的值
(貌似 编辑器 不是直接操作的 <textarea id="haseditor"> )---------------------------------求高手 帮忙 提供方法 只要能 用<input type="Checkbox" /> 的选中/不选中 来控制 是否使用编辑器 就行