如何使primefaces-扩展名ckeditor自动增长

问题描述

我正在使用primefaces-extensions ckeditor 8.0.4,我想在添加内容时使ckeditor自动增长。 我在我的customConfig js文件中添加了以下代码。但是什么也没发生,primaryfaces-extensions ckeditor是否支持自动增长功能。

  CKEDITOR.config.autoGrow_onStartup = true; //autogrow
  CKEDITOR.config.autoGrow_minHeight = 250; //minHeight
  CKEDITOR.config.autoGrow_maxHeight = 600; //maxHeight

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)