在河马的富文本编辑器中编写 html & js 代码,因此代码功能将反映在站点上

writing html & js code in rich text editor in hippo, so the code functionality will reflect on site

我是河马 cms 的新成员。有没有办法在河马cms的富文本编辑器中编写html或java脚本代码。因此任何代码(html 或 js)的功能都应反映在网站页面上。

 function onclick(){
     alert('hello');
}

此代码应添加到富文本编辑器中,并且在按钮单击 hello 时应显示在页面上。 提前致谢。

默认情况下,js 将从富文本字段中删除。虽然可以禁用该行为,但一般来说不建议这样做。这要求您的编辑不仅 JS/Html 还要知道与现有模板的交互。它还允许来自您内容内部的攻击媒介,尽管为此他们需要访问 cms。

https://www.onehippo.org/library/concepts/document-types/html-fields/html-cleaning.html