jsp 中的所见即所得编辑器

发布于 2024-12-17 19:16:57 字数 1019 浏览 1 评论 0原文

我需要帮助找到一个所见即所得编辑器以在我正在开发的 Web 应用程序中使用。

老板想要达到类似文字的可用性,您可以在其中设置页面的页眉/页脚,查看页面上文本的实际外观(不像编辑白色文本区域),并开发一些功能..

我尝试过使用TinyMCE,但它没有页面视图,也不支持页眉/页脚,尽管我已经能够开发他需要的功能。

所以基本上我在网上搜索了可以提供单词外观和感觉的 JavaScript 编辑器,但没有找到任何适合老板需要的。看到并丢弃了许多 JavaScript 编辑器,例如 CKEditor。 我非常喜欢 Pilot Software 的 JWord (JWord) ,尽管它有点贵...

我正在使用的是:JSP、Tomcat、Java Spring、MySQL。

我还尝试在我的 jsp 中嵌入 Openoffice Writer 的实例,但到目前为止还没有成功。

我不担心购买一些编辑器,我自己不会付钱给他们,所以请给我指出任何适合的软件:D

编辑:我在 .NET 工作的一位同事告诉我他使用 文本控件 他发现它设计得非常好。有没有办法可以在我的设置中使用它?也许有一个桥,一个双服务器等。

Edit2:@NimChimpsky 我已经尝试过用谷歌搜索一下,因为我也想到了这一点,但我发现了一些关于它的对比帖子......例如:我需要添加一个几个对数据库进行查询的按钮,用前面提到的查询的结果替换一些占位符,等等。是否可以使用谷歌文档来完成此任务?如果是这样,我应该使用哪种编程语言来对这些功能进行编程?是否可以以编程方式在文档的每一页上插入页眉和页脚(无需用户手动执行)?或者相反,我到处都读到让我的网络应用程序中的用户编辑文档很棘手,因为它是只读的,或者它显示了糟糕的控件/图形界面......我有点担心这些信息在网上找到的。

I need help finding a WYSIWYG editor to use in the web application I'm developing.

The boss wants to reach a word-like usability, where you can set header/footer for the pages, see actually what the text look like on a page (not like editing a white textarea), and develop a few functionalities..

I tried using TinyMCE but it has not the page view and it doesn't support header/footer, although I've been able to develop the functionalities he needs.

So basically I searched the web for JavaScript editors that give word look and feel, but didn't find any that suits the boss' needs. Saw and discarded many javascript editors, like CKEditor.
I like a lot JWord, from Pilot Software (JWord), even though it's a bit pricey...

What I'm working with is: JSPs, Tomcat, Java Spring, MySQL.

I'm also trying to embed an instance of Openoffice Writer in my jsp, but with no luck so far.

I'm not worried buying some editors, I'm not paying them myself, so please point me to any software that would fit in :D

Edit: one of my colleagues who works in .NET told me he uses Text control and he finds it very well designed. Is there a way I could use it with my setup? Maybe with a bridge, a double server, etc.

Edit2: @NimChimpsky I already tried googling a bit for this, as I thought of it too, but I found some contrasting posts about it... For example: I need to add a couple of buttons that do queries on db, substitute some placeholders with the results of the previous mentioned queries, etc. Is it even possible to accomplish this with google docs? If so, which programming language have I to use to program those functionalities? Is it possible to insert programmatically header and footer on every page of the document (without the user doing it manually)? Or instead, I read about everywhere that it's tricky to let the user in my web application edit a document, because it's read only, or it shows awful controls/graphic interface... I'm a bit worried about these pieces of info I found on the net.

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

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

发布评论

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

评论(1

盛夏尉蓝 2024-12-24 19:16:58
The boss wants to reach a word-like usability

由于微软本身尚未为其 Word 产品开发 Web 界面(我上次检查时还没有)。这有点雄心勃勃。

嵌入谷歌文档代替?

顺便说一句,我使用tinymce 进行类似的操作,您可以使用Java 代码添加页眉和页脚服务器端。对于 pdf 来说,this 很好用。

The boss wants to reach a word-like usability

As Microsoft itself has yet to develop a web interface for its Word product (well it hadn't last time I checked). This is somewhat ambitious.

Embed google docs instead ?

I used tinymce btw for something similar, and you can add the header and footer server side using Java code. And for pdf's this is well used.

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