问题标签 [html-editor]

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 投票
1 回答
1835 浏览

tinymce - tinyMCE 不加载

我一直在努力让 tinyMCE 在我的页面上工作。即使是像下面这样的简单示例也不起作用..我在所有浏览器中都尝试过..

我已经检查了 javascript 的链接,并且 tat 是完美的。有人可以帮我吗...

0 投票
2 回答
185 浏览

macos - 哪个是 Mac 上支持 Perforce 的好编辑器?

  1. TextMate 有一个 perforce 捆绑包,但是当我们打开文件进行编辑时,我无法自动签出文件。有没有办法做到这一点?
  2. 是否有任何其他允许自动结帐的瘦编辑器。(日食很好但太重了)
0 投票
2 回答
1913 浏览

html - Eclipse 的 HTML Windowbuilder

是 Eclipse 的任何 html 可视化编辑器插件吗?像 WindowBuilder Pro for HTML 之类的东西?我没有找到这样的插件,我有点困惑我的意思是如果你可以为 Swing 创建这样的插件/应用程序,那么为 html 做同样的事情并不难。这将非常有用!

0 投票
2 回答
21480 浏览

jquery - 将tinymce动态添加到新的textarea

我怎样才能做到这一点

但结果每次我们有一个新的 textarea+tinyMCE 但里面没有文本

我错了什么?

0 投票
2 回答
2375 浏览

html - 如何编辑 Dreamweaver 自动关闭标签?

您是否能够将 Dreamweaver 的自动关闭标签编辑为类似于上面示例的内容,或者任何可以帮助您做到这一点的编辑器?

0 投票
2 回答
2405 浏览

asp.net - HTMLEditorExtender 在异步回发上编码 img 标签

我正在使用标准的 HTMLEditorExtender 控件(ajax 控件工具包的一部分)。在原始 pageLoad 中,我用 html 填充它(包括 >p<、>br<、>strong< 和 >img< 标签。它在 HTMLEditorExtender 控件中显示良好。然后,当我执行异步回发(通过更新面板)时,所有 >img< 标签显示为实际的 html 而不是显示图像。所有其他标签仍然正确显示。

HTMLEditorExtender控件在异步回发后的标记如下: 在用于保存html编码值的不可见textarea中,所有正确显示的标签都被正常编码(即<和>),但img标签省略了和号在编码值之前(即 lt; 和 gt;)

更新:如果我将此代码放在我的 pageLoad 事件中,它工作正常,但我担心这有什么安全隐患?

谁能告诉我如何防止控制这样做?

提前致谢

0 投票
1 回答
917 浏览

html - Eclipse Indigo Java EE HTML Editor - CTRL + SHIFT + F -> not pretty

I just installed Eclipse Indigo Java EE in order to play around with HTML5 (normally, I'm still using Galileo and doing Java stuff). Anyhow, when I open an .html file with the HTML editor and do CTRL + SHIFT + F to reformat the file, the results are really disappointing - no indentation for the head or body tags and weird indentation for a script tag (opening tag indented 1 tab, function call indented 3 tabs, closing tag indented 2 tabs).

I've checked all project and global preferences and can't see why this would be happening.

People (in this forum and elsewhere) recommend the Aptana plug-in, but then also seem to have lots of problems with it (crashes Indigo, compatability only with Helios, etc.).

What would you recommend?

0 投票
1 回答
3829 浏览

ajaxcontroltoolkit - 如何在 HtmlEditorExtender 的工具栏中添加自定义按钮(用于插入图像)

我在 AjaxControlToolkit 中使用 HtmlEditorExtender ... HtmlEditor 也可能没问题。

我在这里找到了 HtmlEditor 的类似示例

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HTMLEditor/OtherSamples/EditorWithCustomButtons_1.aspx

但源代码在哪里?...即使有源代码,我也不确定在编辑器中插入图像是否困难...

请帮忙!谢谢!

0 投票
0 回答
359 浏览

selenium - 使用 ExtJS HtmlEditor 的硒测试无法识别

我必须使用 ExtJS HtmlEditor 为页面添加 selenium 测试,但 selenium 无法识别它,即使使用 Selenium IDE 记录的测试也无法识别它。除了 HtmlEditor 事件,其余事件(如文本字段)正在记录。

有任何想法吗?

0 投票
0 回答
286 浏览

html-editor - VS2010 WPF HTML 编辑器?

Visual Studio 2010 工具箱中是否有好的 HTML 编辑器?这适用于 WPF 和 Windows 窗体项目吗?如果没有,有人可以推荐一个好的免费或开源的吗?

谢谢