GWT 的 WYSIWYG 编辑器组件

发布于 2024-12-06 13:36:32 字数 125 浏览 1 评论 0原文

我正在寻找适用于 GWT 的所见即所得编辑器组件,或者易于在 GWT 生成的页面中使用的编辑器组件。有什么线索吗?

我看了一下CKEditor,但不知道它是否容易与GWT集成。如果您做过类似的事情,我对您的反馈很感兴趣。

I'm looking for a WYSIWYG editor component for GWT or which is easy to use in a GWT generated page. Any clue?

I took a look at CKEditor, but I don't know if it's easy to integrate with GWT. If you have done something like this, I'm interested in your feedback.

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

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

发布评论

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

评论(2

[旋木] 2024-12-13 13:36:32

CKEditor 已与 GWT 集成(gwt-ckeditorvaadin-ckeditor),TinyMCE (tinymce-gwtgwt-tinymce) 和其他几个所见即所得编辑器 (gwt-html-editor 等...)。

CKEditor has been integrated with GWT (gwt-ckeditor, vaadin-ckeditor), as has TinyMCE (tinymce-gwt, gwt-tinymce) and several other WYSIWYG editors (gwt-html-editor, etc...).

一向肩并 2024-12-13 13:36:32

gdbe Google-Docs 基本编辑器

Google-Docs 基本编辑器 (GDBE) 是一个基于网络的文本编辑器,旨在
对现有的 Google-Docs 编辑器进行建模。它与 Google 文档集成
通过 GData API。

GDBE 的目的是为开发者提供一个起点
为可以集成的不同文档类型构建编辑器
进入 Google 的编辑器套件。

GDBE是用Java编写的,并利用GData API进行通信
与谷歌文档。客户端实现GWT,服务器端实现
side 是根据 AppEngine 构建的。

http://code.google.com/p/gdbe/

gdbe Google-Docs Base Editor

The Google-Docs Base Editor (GDBE) is a web based text editor built to
model the existing Google-Docs editors. It integrates with Google-Docs
via the GData API.

The purpose of GDBE is to give developers a starting point for
building editors for different document types that can be integrated
into Google's editor suite.

GDBE is written in Java and makes use of the GData API to communicate
with Google Docs. The client side is implemented GWT and the server
side is built with AppEngine in mind.

http://code.google.com/p/gdbe/

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