07 2015 档案
JS判断SharePoint页面编辑状态
摘要:这篇博客主要讲使用不同的客户端方式来判断页面的编辑模式。1、当页面处于发布状态时,可以使用下面两种方式:if(g_disableCheckoutInEditMode == true) { alert('Page is in edit mode');}else { alert('Page is in ... 阅读全文
posted @ 2015-07-26 19:01 欣静赏悦 阅读(337) 评论(0) 推荐(0)
'Add Solution': A timeout has occurred while invoking commands in SharePoint host process.
摘要:一、问题描述:在部署SharePoint solution的时候,出现Time out 的问题,错误提示:Error occurred in deployment step 'Add Solution': A timeout has occurred while invoking commands ... 阅读全文
posted @ 2015-07-04 15:32 欣静赏悦 阅读(544) 评论(0) 推荐(0)