文章分类 -  SharePoint 2013 Development

摘要:Source:https://thoughtsonsphere.wordpress.com/2015/02/14/create-list-instance-without-list-definition/ 1.Create List on SharePoint with customization 阅读全文
posted @ 2017-09-12 13:24 【上海】Peter 阅读(220) 评论(0) 推荐(0)
摘要:function ModifyPendingFunction() { var currentPathname = location.pathname; currentPathname = currentPathname.toLowerCase(); //Sing Form if (currentPa 阅读全文
posted @ 2017-09-07 14:08 【上海】Peter 阅读(109) 评论(0) 推荐(0)
摘要:1.SharePoint:FieldLabel a.Show display name of list field. Example:<SharePoint:FieldLabel ID="Fldlab_CustomerName" runat="server" FieldName="CustomerN 阅读全文
posted @ 2017-09-05 17:39 【上海】Peter 阅读(220) 评论(0) 推荐(0)
摘要:1.Create a new form for sharepoint list with many fields you want via sharepint designer. 2.Create relevent application form for your list. 3. Copy th 阅读全文
posted @ 2017-09-05 16:35 【上海】Peter 阅读(129) 评论(0) 推荐(0)
摘要:1.The Event List: Group Events: GroupAdded method GroupAdding method GroupDeleted method GroupDeleting method GroupUpdated method GroupUpdating method 阅读全文
posted @ 2014-04-14 16:45 【上海】Peter 阅读(170) 评论(0) 推荐(0)
摘要:1.Enable Rating/Likes Assembly assembly = Assembly.Load("Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e942 阅读全文
posted @ 2014-01-08 18:31 【上海】Peter 阅读(457) 评论(0) 推荐(0)
摘要:Code as below: SPSite siteCollection = SPContext.Current.Site;// Turn on auditing flags. siteCollection.TrimAuditLog=True;//enable trim log siteCollec 阅读全文
posted @ 2013-12-19 17:35 【上海】Peter 阅读(181) 评论(0) 推荐(0)
摘要:SharePoint 2013 provides a new namespace called Reputation Model. The classes available in this namespace can be used to perform operation like Rating 阅读全文
posted @ 2013-12-04 15:23 【上海】Peter 阅读(359) 评论(0) 推荐(0)
摘要:原文:http://blogs.msdn.com/b/timquin/archive/2013/01/22/setting-up-visual-studio-2012-for-sharepoint-2013-development-offline.aspx Setting up Visual Stu 阅读全文
posted @ 2013-10-23 09:48 【上海】Peter 阅读(368) 评论(0) 推荐(0)
摘要:Per-item edit control block (ECB) menu of document library CustomActionId: EditControlBlock CustomActionGroupId: None CustomAction Element: <!-- EditC 阅读全文
posted @ 2013-08-01 15:43 【上海】Peter 阅读(702) 评论(0) 推荐(0)