问题标签 [cleditor]

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.

0 投票
2 回答
1204 浏览

grails - how to replace coding in gsp?

how to replace the coding in the finePrint?

enter image description here

that large textArea i call "finePrint"... this is my problem...i am confusing.. when i filled with HMTL's coding..with ${name} on gsp.. like this..

enter image description here

look the arrow...thats have a button submit at below finePrint..when i click that... the g:textField of "Your Name" thats i fill with "Bobby"..it will be replace in the finePrint with ${name}..

this ini my gsp coding where i fill it to finePrint..

and this is my SMTP coding when i click submit..it will send email to abc@yahoo.com

and the result when i received email..

enter image description here

i want the ${name} replaced by my name(Bobby) where i fill before

this is coding for submit email address..

0 投票
1 回答
405 浏览

jquery-ui - 通过淘汰排序对元素进行排序后,cleditor 的自定义绑定失败

首先:检查这个 fiddle

我有使用 Knockout 可排序库创建的可排序元素数组。当我最初应用绑定时,cleditor 初始化得很好。

但是,当对可排序元素进行排序时,cleditor 无法重新初始化(我不确定会发生什么,但 cleditor 失败了)。cleditor 在 Firefox 中只显示“true”而不是实际值,在所有其他浏览器中什么都没有。

我试图找出问题出在哪里,是否在自定义绑定、jQuery-UI 或 Knockout 可排序库上?

我没有在控制台中收到任何错误。

即使在对元素进行排序之后,如何使 cleditor 工作?

我找到了这个资源,但我在该主题中所说的代码中找不到任何错误。

0 投票
1 回答
157 浏览

javascript - 如何更改cleditor中的图标?

嗨,我在我的一个项目中使用了 cleditor

我想自定义工具栏并更改适合项目主题的工具栏操作的背景。(我做不到)

我的发现如下

  1. 动作图标的高度/宽度在 jquery.cleditor.js 中硬编码为 24 值。
  2. 图标取自buttons.gif(根据背景位置工具栏中的操作的stripIndex计算)

所以我想我需要更改这两个文件(button.gif/jquery.cleditor.js),我认为这是非常乏味的工作。

有没有简单的方法来设置选项来更改工具栏中的图标?

0 投票
1 回答
632 浏览

javascript - CKeditor 自定义数据插入

对于我当前的项目,我使用 cleditor,但想更改为 ckeditor。我的问题是我需要一些我不知道如何在 ckeditor 中实现的自定义下拉菜单。让我给你举个例子:

图片1:

在此处输入图像描述 图二:

在此处输入图像描述

所以基本上我需要一个带有一些图像的下拉菜单,当我单击某个图像时,它会将其插入到编辑器文本区域中。

0 投票
0 回答
103 浏览

jquery - Cleditor:如何将工具栏放在两行中

我需要Cleditor的工具栏分为两行,我的代码是:

谢谢你的帮助!

0 投票
1 回答
484 浏览

java - 如何从字符串中删除html元素

博:

在 jsp 中,我使用 jquery 编辑器插件 (cleditor.js) 来输入字段的值"appleBenefits" from the jsp.

但是,当我需要将其值存储在 DB 中时,我需要将其存储为:

我怎样才能在java中做到这一点?

0 投票
2 回答
485 浏览

javascript - cleditor用js按下和禁用按钮

我正在尝试从 jquery 中按下并禁用我的 textarea 字段之一中的一个cleditor按钮。特别是“显示来源”。我试图做这样的事情来按钮:

但它说

未捕获的类型错误:无法读取未定义的属性“源”

有什么建议么?

0 投票
2 回答
1197 浏览

javascript - cleditor 出现禁用

我正在使用“CLEditor WYSIWYG HTML Editor v1.4.5”

当我打开包含与 clEditor 一起使用的 TextArea 元素的窗口时,编辑器会被禁用,并且 TextArea 元素似乎是不可见的。我在 TextArea 元素中有文本,但文本是不可见的。

如果我右键单击 TextArea 的主体并选择“Inspect Element”,调试器窗口将打开,编辑器启用并且 TextArea 变为可见。然后我关闭调试器窗口,一切似乎都正常运行。

HTML:

Javascript

没有 CSS

如果我注释掉 Javascript .cleditor() 调用,则 TextArea 元素会出现并正常运行。因此,在编辑器初始化中肯定有一些设置正在设置此状态。

您可以通过以下网址访问此页面: http ://test.nds.link然后单击左侧栏中的“道具”选项卡

有谁知道什么会导致 clEditor 进入禁用状态,从而使 TextArea 元素不可见?

0 投票
0 回答
155 浏览

jquery - jquery Cleditor 插件附加文件选项

我正在为我的应用程序使用 cleditor 插件。因为我需要附加文档选项(如 ms-word)。所以我使用下面的代码来实现附加选项。它已成功将文档添加为编辑器中的超链接,但无法单击并打开该链接。

谁可以帮我这个事。或者向我建议任何替代方法。

注意:最后我想将附件的内容保存到数据库中。请对此也提出任何建议。

提前致谢。

代码

0 投票
2 回答
2423 浏览

jsf - 哪个 JSF 组件在非编辑模式下显示文本区域?

我想显示一个用于两种模式的文本区域:

  • 修改模式,使用 p:editor
  • 一种可视化模式,其中只有文本区域可见。

哪个组件是这种可视化模式的最佳选择?我试过了:

  • p : editor : 我不希望工具栏可见。似乎无法隐藏它。
  • p:outputTextarea : p:editor 生成的 html 标签在 textarea 中可见
  • h: outputText :渲染与 p:editor 的渲染略有不同,最重要的是,由于没有垂直滚动条,文本会溢出其容器。

我还尝试使用 p:outputTextarea 进行编辑和可视化模式,但我会对 p:editor 中提供的更多工具感兴趣。

任何想法 ?