简体   繁体   English

在iPad上使用SharePoint 2010'contentEditable'和Safari?

[英]SharePoint 2010 'contentEditable' and Safari on iPad?

I'm just checking if you know a work-around to the problem where we can't use the contentEditable attribute on iPads? 我只是在检查您是否知道无法在iPad上使用contentEditable属性的问题的解决方法? I know we can edit the compact.browser to redirect iPad users to the mobile version but we don't want to do this. 我知道我们可以编辑compact.browser将iPad用户重定向到移动版本,但我们不想这样做。

Is there some jQuery magic we can use or any 3rd party app you recommend for a rich experience with SharePoint 2010 and iPad? 我们是否可以使用某些jQuery魔术或您推荐的任何第三方应用程序来丰富SharePoint 2010和iPad的使用体验?

Thanks in advance. 提前致谢。

What you need is a rich text component that is based on canvas rather than contentEditable. 您需要的是一个基于画布而不是contentEditable的富文本组件。 Unfortunately such a thing doesn't yet exist as far as I am aware, at least not as a ready to use component. 不幸的是,据我所知,至少还没有现成的组件可以使用。

You can use jQuery to update the content in any of SharePoint's editable areas and it will be saved (I know this mostly because it tends to save dynamic stuff I don't want saved), so it is possible to set something up with a textarea and sync script, but probably more work than you are looking for. 您可以使用jQuery来更新SharePoint的任何可编辑区域中的内容并将其保存(我知道这一点主要是因为它倾向于保存我不想保存的动态内容),因此可以在textarea上进行设置和同步脚本,但可能比您想要的工作更多。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM