随笔分类 -  SharePoint

mainly be for 2013
摘要:Creating a Custom Page Layout in SharePoint 2013In my last article, I documented how to create a Master Page in SharePoint 2013. Master Pages define the global chrome elements of your web site. This article explains how to create custom page layouts in SharePoint 2013. For more information on the Sh 阅读全文
posted @ 2013-09-04 13:12 山村果园 阅读(419) 评论(0) 推荐(0)
摘要:Creating a New Master Page in SharePoint 2013This article explains how to create a Master Page in SharePoint 2013 from an existing HTML page with associated graphics, scripts, CSS files, etc. This article is targeted primarily at designers who want to start customizing their SharePoint 2013 site wit 阅读全文
posted @ 2013-09-04 13:09 山村果园 阅读(541) 评论(0) 推荐(0)
摘要:在page layout 中通过_spBodyOnLoadFunctionNames.push("js 方法名")的方式实现。但切记,代码要放到PlaceHolderMain 内部执行。在page layoutPlaceHolderMain区域内直接写,或者在该区域引入js文件皆可。。。e.g. _spBodyOnLoadFunctionNames.push("GenerateRightNavList"); function GenerateRightNavList() { var currurl = location.href; // pages u. 阅读全文
posted @ 2013-09-04 12:39 山村果园 阅读(374) 评论(0) 推荐(0)
摘要:If you are working on custom SharePoint 2013 master pages, designs and/or CSS, these little CSS classes and style statements may give you some grief, or save your tooshie… This list will continue to be updated as I come across more!Here is a quick table of contents for easier browsing:Style statemen 阅读全文
posted @ 2013-09-04 11:42 山村果园 阅读(765) 评论(0) 推荐(0)
摘要:Questions:has anyone ever seen this before? all my icons in my ribbon have disappeared.I'm using my own custom master page based on the minimal, all my ribbon code looks correct..Answers:I created a custom master page for SharePoint 2013 and had the same issue. I was also missing the Site Settin 阅读全文
posted @ 2013-09-04 11:22 山村果园 阅读(376) 评论(0) 推荐(0)
摘要:InitializeControl doesn't exsitWhen using visual studio 2012 for developing SharePoint 2013 Visual web parts either of type sandbox solution or farm solution you might face a the following error:“The name InitializeControl” does not exist with the current context”Before describing the solution l 阅读全文
posted @ 2013-08-28 17:21 山村果园 阅读(686) 评论(0) 推荐(0)
摘要:覆盖Uninstall-SPSolution –Identity Caesarstone.GlobalSite.WebSite.wsp –WebApplication http://myserver-sp1:2010/Remove-SPSolution –Identity Caesarstone.GlobalSite.WebSite.wsp -forceAdd-SPSolution C:\Caesarstone.GlobalSite.WebSite.wspInstall-SPSolution -Identity Caesarstone.GlobalSite.WebSite.wsp -AllWe 阅读全文
posted @ 2013-08-27 14:08 山村果园 阅读(189) 评论(0) 推荐(0)