08 2012 档案
摘要:If your site collection was created using the Publishing template, then you can use this fix to hide the New Page option from the Site Actions menu:Go to Site Settings - Master Pages and Page LayoutsOpen the Editing Menu folderEdit CustomSiteAction.xmlPaste the following XML into the CustomSiteActio
阅读全文
摘要:This is becoming a pretty common requirement. Some people just don’t want the “Send To” menu appearing in the context menu of the document library. You can do it — customize the SharePoint context menu by — by simply making some modification incore.jsas suggested by many.But modifying SharePoint cor
阅读全文
摘要:开始- 管理工具-组策略管理器”->林-域- 域名-组策略对象-Default Domain Policy关键一步:在最后一层“Default DomainPolicy ” 上右键 - 编辑 ,可爱的组策略出来了。组策略管理编辑器里,展开 计算机配置 - 策略- Windows设置 - 安全设置 - 帐户策略 - 密码策略,修改即可.要注意末定义和已禁用的区别,这里选择 已禁用。最后强制 刷新 策略gpupdate /force
阅读全文
摘要:var statusId = ''; var notifyId = ''; function AddNotification() { notifyId = SP.UI.Notify.addNotification("Hello World!", true); } function RemoveNotification() { SP.UI.Notify.removeNotification(notifyId); notifyId = ''; } function AddStatus() { statusId = SP.UI.St
阅读全文

浙公网安备 33010602011771号