将视频和 Flash 功能添加到 Ajax Control Toolkit HTMLEditor

发布于 2024-08-26 14:02:06 字数 341 浏览 6 评论 0原文

您好,我正在寻找一种方法来扩展 Ajax 控件工具包为 ASP.net 提供的 HTMLEditor 控件的功能。我想向编辑器添加视频和 Flash 功能(按钮、允许的标签等)。

据我所知,这相当简单:用正确的参数放入嵌入标签中,它就可以工作了;我在编辑器的预览窗口中运行视频。

不幸的是,当保存 HTML 代码并在数据库中更新它时,该标签被删除。

因此,我想问一下,除了在 Ajax Control Toolkit 的源代码控制存储库中手动添加更改并重新编译之外,是否还有其他方法可以添加此功能。如果这是不可能的,但您可以提供一些有关在源代码中实现此功能的帮助,我们也将不胜感激。

谢谢您的宝贵时间:)

Greetings, I'm looking for a way to extend the functionality of the HTMLEditor control that the Ajax Control Toolkit supplies for ASP.net. I would like to add video and flash functionality to the editor (buttons, allowed tags, etc).

To my knowledge, this is rather easy: plop in an embed tag with the correct parameters and it just works; I have videos running in the preview window of the editor.

Unfortunately, the tag is stripped away when saving the HTML-code and updating it in the database.

Hence, I would like to ask if there is any way of adding this functionality apart from manually adding the changes in the source control repository of the Ajax Control Toolkit and recompiling it. If this is not possible, but you can offer some help concerning the implementation of this in the source code, it would also be much appreciated.

Thank you for your time :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

跨年 2024-09-02 14:02:06

我已经切换到 CKEditor 和 CKFinder;它们提供上传、浏览和实施基于 Flash 的视频的内置功能。我编写了一个小插件,它构建了一个与 ShadowBox 交互的链接,以获得“模式弹出”类型的功能。效果非常好。

如果您希望获得该插件的源代码(以及一些有关我如何配置它的一般文档),请随时给我发送电子邮件。

I have switched to CKEditor and CKFinder; they offer built-in functionality to upload, browse and implement Flash-based videos. I've written a small plugin that builds up a link that interfaces with ShadowBox to get a "modal popup"-type functionality. Works wonderfully.

If you wish to get the source code to the plugin (and some general documentation as to how I configured it), don't hesitate to e-mail me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文