EXTJs - 在HTML编辑器中粘贴数据会在编辑器中插入一个空格

时间:2015-02-13 08:59:59

标签: extjs

在Extjs中创建了一个HTML编辑器

   {
                    xtype: 'htmleditor',
                    fieldLabel: 'Description',
                    name: 'description',
                    width: 600,
                    height: 200,

                    grow: true
                },

只要我从任何HTML网站/网页复制文字,它就会在代码中插入一个空行(从Chrome中看到它 - >插入元素):

<pre class="bz_comment_text" id="comment_text_0" style="font-size: medium; white-space: pre-wrap; width: 50em;">Pasted this text from from HTML PAGe</pre>

一旦我们点击&#34;另存为草稿&#34;这会中断代码并从面板中删除标题。按钮创建。 帮助!

0 个答案:

没有答案