gpt4 book ai didi

ckeditor - 禁用元素属性排序

转载 作者:行者123 更新时间:2023-12-05 03:13:45 24 4
gpt4 key购买 nike

有没有办法禁用元素属性的排序,以便 checkDirty() 在 allowedContent 设置为 true 时正常工作?

属性排序示例 here

<div zattribute='z' attribute='a'>simple</div

变成了

<div attribute="a" zattribute="z">simple</div>

导致 checkDirty() 调用始终返回 true,即使用户实际上并未在 ckeditor 用户界面中更改任何内容。

最佳答案

CKEDITOR.on( 'instanceReady', function( ev ) {
ev.editor.dataProcessor.writer.sortAttributes = 0;
});

将禁用页面上所有编辑器实例的属性排序。这在 CKEditor 文档的任何地方都没有涉及,而是通过查看编辑器实例对象找到的。

关于ckeditor - 禁用元素属性排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29019398/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com