如何使用HTML5Video插件为ckeditor配置数据?

时间:2019-04-29 08:17:38

标签: angular ckeditor4.x

我一直试图在Ckeditor 4的html5video插件中将“显示控件”和“响应宽度”默认设置为true。我尝试在自定义config.js文件中使用setValue(),但是该值从未在其中更新我的用户界面。有人可以帮我吗?

ckeditor.on('dialogDefinition', e => {
      const dialogDefinition = e.data.definition;
      dialogDefinition.dialog.on('show', showDialog => {
          this.dialog = showDialog.sender;
          this.dialog.setValueOf( 'info', 'controls', 'checked' );
      });
})

0 个答案:

没有答案