集成所见即所得的编辑器以及如何与数据库通信?

Integrating a wysiwyg editor and how is communicating with the DB?

也许有一些关于这个主题的新手问题,但我正在看他的 https://mindmup.github.io/bootstrap-wysiwyg/ 工具。

但是我似乎找不到任何关于如何集成它的描述?而且由于我对这种工具没有任何经验,所以我现在有点卡住了。 添加 JS 脚本和额外代码并不能解决问题,什么也没有显示。 有人可以帮我吗?

<div class="btn-toolbar" data-role="editor-toolbar"data-target="#editor"></div>

$(document).ready(function(){
        $('#editor').wysiwyg();
    });

我还想知道 af 数据(标记和图像)是如何存储在数据库中的以及如何再次检索它。

非常感谢任何帮助。

我选择了 this WISWYG editor。 安装更容易,已知问题更少。