C# Winforms 是否有支持从右到左语言的 HtmlEditor?

发布于 2024-12-18 13:52:35 字数 95 浏览 6 评论 0原文

C# winforms中有支持从右到左语言的HtmlEditor吗? 我有一个用 C# 编写的应用程序来控制网站的内容,并且我需要一个 htmlEditor。该网站是波斯语的。

Is there is any HtmlEditor in C# winforms that supports right-to-left languages?
I have an application in c# that controls content of a website, and I need to have an htmlEditor. This website is in Persian.

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

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

发布评论

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

评论(1

听,心雨的声音 2024-12-25 13:52:35

Hadi,因为我不知道你说的 HtmlEditor 是什么意思,也不知道你使用什么技术,所以我会投票给 Telerik RadEditor,以防你使用 .Net 平台并且这正是你所需要的:

http://demos.telerik.com/aspnet-ajax/editor/examples/righttoleft/defaultcs.aspx

请注意,Telerik RadEditor 已绑定到 .Net 平台,无法在例如在 PHP 页面中使用。

更新 现在我发现CKEditor也支持RTL:

http://ckeditor.com/demo 找到从右到左的按钮并单击它(它位于工具栏的第二行,中间的某个位置)。

Hadi, since I don't know what do you mean by saying HtmlEditor and what technology are you using, I will vote for Telerik RadEditor in case you are on the .Net platform and in case this is what you need:

http://demos.telerik.com/aspnet-ajax/editor/examples/righttoleft/defaultcs.aspx

Note that the Telerik RadEditor is bound to the .Net platform and can't be used in a PHP page for example.

Update Now I've found that the CKEditor also supports RTL:

http://ckeditor.com/demo find the right to left button and click it (it's on the second line of toolbars, somewhere in the middle).

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