IntraWeb 的富编辑/字处理控件(Delphi VCL for the Web)?

发布于 2024-07-26 12:27:29 字数 893 浏览 5 评论 0原文

我现在正在尝试 Intraweb,用于我想要开发的一些小型个人使用的网络应用程序。 学习时间非常宝贵,因此我对 IntraWeb 非常感兴趣,因为 Delphi 的经验转移得如此顺利且迅速——今天只是摆弄一下,我几乎毫不费力地就成功地启动并运行了一个数据驱动的 Web 应用程序。 (基本上,我说这一切是为了回答为什么我不在 ASP.NET 中追求这一点)。 我几乎没有网络开发经验,所以我很高兴能够如此轻松地完成。 :-)

无论如何....如果我太兴奋了,我很抱歉。 这是前言/上下文...这是我的问题:

对于我想要开发的一个应用程序,如果有一些内置的富文本/文字处理/编辑器控件,那就太好了——就像简单的/“插件”一样并尽可能地玩”。 类似于 WPTools 为 Win32 应用程序提供的功能 ,或FCKeditor似乎提供作为网页控件,或 TinyMCE这似乎拥有大量粉丝。 最后两者中的任何一个可以集成到数据驱动的 IntraWeb 应用程序中吗? ——如果是这样,我可以在哪里了解更多有关“如何”的信息?

注意:如果有必要解决这个问题,我可以购买第三方组件。

感谢您的任何意见!

I am experimenting with Intraweb right now, for a few small personal-use web apps I am wanting to develop. Learning time is at a premium, so I am very attracted to intraWeb due to Delphi experience transferring so well and immediately -- just messing around with it today, I managed to get a data-driven web app up and running, almost effortlessly. (Basically, I say all that as a answer to why I'm not pursuing this in ASP.NET). I have very little / no web development experience, so I was thrilled to be able to pull off so easily. :-)

ANYWAY.... apologies if I'm too excited. That's the preface / context... Here is my question:

For one app I'm wanting to develop, it would be REALLY nice to have some built-in rich-text / word processing / editor control -- as easy / "plug and play" as possible. Something akin to what WPTools offers for Win32 apps, or FCKeditor appears to offer as a web control, or TinyMCE, which seems to have lots of fans. Could either of these last two be integrated into an data-driven IntraWeb app? -- if so, where can I learn more re: the "how" of that?

Note: I am fine buying a third-party component if necessary to solve this problem.

Thanks for any and all input!

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

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

发布评论

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

评论(2

﹂绝世的画 2024-08-02 12:27:30

看起来最适合您需求的是 TTIWHTMLEdit 或 TTIWDBHTMLEdit,它们是 TMS Component Pack Pro< /a> 用于 IntraWeb(目前 125 欧元)。 这是一个在线演示,尽管他们似乎没有连接所有格式按钮。

由于 TinyMCE 是基于 Javascript 的,因此它应该可以嵌入 Intraweb 页面中使用。 您是否查看过 TIWForm.JavaScript 属性及类似属性? Intraweb 在线帮助有一个有关嵌入 Javascript 的部分

如果您在这里(或同时......)不满意,我强烈鼓励您在 Intraweb 新闻组上提问。 很可能有人已经有现成的解决方案。 甚至 Intraweb 的原作者查德·豪尔 (Chad Hower) 也参与到同行支持小组中,而杰克逊·戈麦斯 (Jackson Gomes) 也经常积极响应。 在 Intraweb 中进行开发时,AtoZed 优先支持值得考虑 - 特别是如果您已经准备好获得第三方(或第四?)第三方的东西 - AtoZed 团队确实致力于帮助您找到解决方案和解决问题。 当我正在进行 Intraweb 项目时,它的成本是我的好几倍。

同行支持 NNTP 小组位于 news.atozed.com 上的 atozedsoftware.intraweb

Looks like the best fit for your needs would be TTIWHTMLEdit or TTIWDBHTMLEdit, part of the TMS Component Pack Pro for IntraWeb (125 Euros currently). Here's an online demo, though it seems they have not hooked up all of the formatting buttons.

Since TinyMCE is Javascript-based, it should be usable embedded in an Intraweb page. Have you looked at the TIWForm.JavaScript property and similar? The Intraweb online help has a section on embedding Javascript.

I strongly encourage you to ask on the Intraweb newsgroup if you don't get satisfaction here (or in parallel...). It's likely that someone has a ready solution. Even the original author of Intraweb, Chad Hower, pipes in on the peer-support group, and Jackson Gomes is often very responsive. While developing in Intraweb, the AtoZed priority support is worth considering - particularly if you're already prepared to get something third- (or fourth?) party - the AtoZed team really work to help you find solutions and fix issues. Paid for itself many times over when I had an Intraweb project in the works.

The peer-support NNTP group is atozedsoftware.intraweb on news.atozed.com

孤寂小茶 2024-08-02 12:27:30

我们让用户上传他们想要的任何文件,而不是花费很长时间在带有上述 TMS 组件的 Intraweb 应用程序中输入格式良好的 HTML。 假设用户更擅长让文字处理程序做他们想做的事情,而不是让 HTML 看起来像他们想要的那样。

IWFile 组件使上传过程相当轻松。 标准网络限制适用,即他们必须选择文件,程序无法为他们执行此操作。 我们也不允许可疑的文件扩展名(*.bat、*.exe 等)。 当他们位于上传页面时,我们还会禁用应用程序内的正常导航,因为他们会丢失所做的文件选择。

因此,我们的用户可以在 Intraweb 应用程序每个页面的每个部分上输入简短的常规文本注释,或者出于他们想要的任何目的输入一个大的常规文本注释,或者上传格式化的文本附件,并附上关于要查看哪个部分或页面的可选注释。上传的文件适用于哪个。

We let the users upload whatever files they want as a substitute for spending a long time typing nicely formatted HTML into our Intraweb app with the TMS components mentioned above. The hypothesis is that users are more adept at having a word processor do what they want rather than getting HTML to look like they want.

The IWFile component makes the upload process fairly painless. Standard web restrictions apply, i.e., they have to select the file, the program cannot do it for them. We disallow suspicious file extensions (*.bat, *.exe, etc.) as well. We also disable normal navigation within the app when they are on the upload page, as they would lose the file selection they made.

So our users can type in short regular text comments on each section of each page of our Intraweb app, or type in one large regular text comment for whatever purpose they want, or upload formatted text attachments with an optional note on what section or page to which the uploaded file is applicable.

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