我可能会在这里发疯,但我似乎无法找到对SharePoint 2010的丰富的文本/ HTML控件。

我已成功实现了一个InputFormTextBox,但这仅在IE中显示出来。

我已经尝试了SharePoint:RichTextField和PublishingWebControls:RichhtmlField,既不是其中似乎在列表视图页面之外出现。

我只想拥有一种自定义表单,可以根据用户选择保存到多个列表,该用户选择允许用户输入丰富的文本,无论其浏览器如何。我准备放弃并寻找jQuery插件。

我错过了什么?!??

有帮助吗?

解决方案

I suggest the jQuery route. You are correc that there is not a good cross browser editor for your situation. Be aware that even with jQuery or other non-SharePoint specific browser based web editors there is still a good chance that the solution will not be completely cross browser compatible.

其他提示

CKEditor for ASP.NET - I've not integrated it into SharePoint but a colleague of mine used it in an ASP.NET application. I've been using the editor and its predecessor for years in PHP, as well.

许可以下: CC-BY-SA归因
scroll top