问题标签 [wysihat]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby-on-rails - Wysihat jQuery fork 无法将文本添加到 textarea
我使用https://github.com/swilliams/jq-wysihat jQuery Wysihat fork。我跑去rake
构建源代码,然后将其复制dist/jq-wysihat.js
到editor.css
我的 Rails 库中。它显示了 Wysihat 编辑器,我可以看到它textarea
是隐藏的。
正确地,每当我向 Wysihat 输入任何内容时,我都应该在隐藏中获得相同的文本
textarea
(使用 Firebug 看到)。这是我在 37signals Basecamp 项目中看到的正确实现。但是,我没有看到textarea
我在编辑器中输入的任何内容。我做错了什么?在我的 Rails 应用程序的编辑模式下,如何将现有文本放入 Wysihat 编辑器框中?
谢谢。