【发布时间】:2018-07-30 02:14:02
【问题描述】:
到目前为止,我一直在我的应用程序中使用 trix 编辑器作为我的 WYSIWYG。 既然我已经为内联编辑添加了 best_in_place gem,我想知道是否有办法实现 trix 编辑器或任何其他所见即所得编辑器,或者我是否必须更改最佳就地 gem 以获得一些替代方案,因为我需要 WYSIWYG .
Integration of WYSIWYG editor to best-in-place textarea
这应该是类似的东西,但我无法弄清楚。
$(document).on('best_in_place:activate', function(el) {
$(element).trix-editor();
});
好像没用。
谢谢!
【问题讨论】:
标签: ruby-on-rails wysiwyg best-in-place trix