如何在不删除空格TinyMCE的情况下使用paste_data_images?

时间:2017-04-26 14:30:42

标签: javascript php tinymce

我想使用paste_data_images作为true,我成功地做到了这一点,但是当我复制代码时,它删除了空格。

paste_data_images == true: enter image description here

paste_data_images == false: enter image description here

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(http://www.aaronolin.com/codepen/colorpicker/images/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    z-index: 999999999;
    top:20px;
}
.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}

如何在不删除空格TinyMCE的情况下使用paste_data_images?

0 个答案:

没有答案