文章分类 -  SharePoint 2010 Development

摘要:1.If you choose other type ,the custom ribbon buttons will disappear. 阅读全文
posted @ 2017-11-09 09:26 【上海】Peter 阅读(102) 评论(0) 推荐(0)
摘要: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 阅读(219) 评论(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)
摘要:12Jan Here is a list of some useful Javascript variables/functions that I collected from many articles online. I have tested all these variables/funct 阅读全文
posted @ 2017-09-04 14:42 【上海】Peter 阅读(214) 评论(0) 推荐(0)
摘要:SourceCode Creating menu items with sub menus for the SharePoint 2010 Site Actions menu Introduction SharePoint has been around for a number of years 阅读全文
posted @ 2017-08-02 16:43 【上海】Peter 阅读(283) 评论(0) 推荐(0)
摘要:Reference:http://www.cnblogs.com/jianyi0115/archive/2012/09/04/SharePoint.html 启用Form认证并增加用户注册的方法见这位仁兄的文章:http://www.cnblogs.com/fanwenxuan/archive/20 阅读全文
posted @ 2014-09-15 10:10 【上海】Peter 阅读(209) 评论(0) 推荐(0)
摘要:Refference:http://msdn.microsoft.com/en-us/library/cc404818.aspx In Windows SharePoint Services 3.0, sometimes you must update multiple items in a lis 阅读全文
posted @ 2014-04-14 18:07 【上海】Peter 阅读(165) 评论(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)
摘要: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)
摘要:原文:http://platinumdogs.me/2011/12/23/sharepoint-2010-create-and-update-list-forms-programmatically/ In this post, somewhat inspired by @BinaryJam‘s se 阅读全文
posted @ 2013-06-29 15:28 【上海】Peter 阅读(173) 评论(0) 推荐(0)