Flex 3 的文本/HTML 编辑器组件

发布于 2024-09-28 14:33:25 字数 211 浏览 1 评论 0原文

我正在 Flex-3 中寻找一个简单的 HTML 编辑器组件。 我尝试谷歌搜索,但找不到任何合适的可供使用的组件。

我的要求是 -

1. The Editor should support text and HTML.
2. There should be a preview window as well.

谢谢, 米拉尔

I am looking for a simple HTML Editor component in Flex-3.
I tried googling but could not find any proper component which are ready-to-use.

My requirement is -

1. The Editor should support text and HTML.
2. There should be a preview window as well.

Thanks ,
Miral

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

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

发布评论

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

评论(1

一花一树开 2024-10-05 14:33:25

如果您正在寻找 Flex webapps 的东西,那么您可以看看

http://dgrigg.com/blog/2009/12/23/flex-wysiwyg-html-editor/

如果如果您正在寻找 AIR 应用程序,您可以尝试在 HTML 控件中加载 FCKEditor/CKEditor,然后使用 AIR/HTML/JS 桥接器进行连接以执行您想要的操作。我在我的一个商业项目中使用了相同的代码,但由于雇主的限制无法共享代码。

但是,我尝试在 AIR HTML 控件之上创建一个纯 Flex HTML 编辑器控件(它只支持很少的功能),利用 WebKit 的功能。它包括源模式和预览模式。相同的代码(仍在开发中)已签入,

http://jerry.svn.sourceforge.net/viewvc/jerry/as3rte/

如果您愿意,您可以自由地为上述代码做出贡献。

If you are looking for something for Flex webapps, then you may take a look at,

http://dgrigg.com/blog/2009/12/23/flex-wysiwyg-html-editor/

If you are looking for an AIR application, you can try loading FCKEditor/CKEditor in an HTML control, and then wiring up using the AIR/HTML/JS bridge to do what you want. I have used the same in one of my business projects, but due to employer restrictions cannot share the code.

However, I am trying to create a pure Flex HTML editor control (it works for few functionalities) on top the AIR HTML control, harnessing the WebKit power. It includes both the source and preview modes. The code for the same (still in development) is checked in at,

http://jerry.svn.sourceforge.net/viewvc/jerry/as3rte/

You are free to contribute to the above code if you like.

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