使ckeditor不可编辑的参数?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使ckeditor不可编辑的参数?相关的知识,希望对你有一定的参考价值。

是否有一个参数使ckeditor不可编辑?这是我看到组件的代码。我很有棱角

<ckeditor 
  [(ngModel)]="salesCondition.DeliveryTimehtmlFormatted" 
  [ngModelOptions]="{standalone: true}" >
</ckeditor>
答案

是。有一个[readonly]="true"参数可用于禁用编辑器的编辑。

使用它像:

<ckeditor 
  [(ngModel)]="salesCondition.DeliveryTimeHtmlFormatted" 
  [readonly]="true"
  [ngModelOptions]="{standalone: true}" >
</ckeditor>

以上是关于使ckeditor不可编辑的参数?的主要内容,如果未能解决你的问题,请参考以下文章

关于ckeditor编辑器的问题.为啥会在源码里自动添加<p>标签,可以不添加吗.

将样式应用于 CKEditor 5 的 HTML 输出

CKEditor即时编辑配置

ckeditor 使页面无响应

在ckeditor上打开+编辑html文件

在按钮上插入数据点击ckeditor