Showing posts with label breadcrumb in Sharepoint. Show all posts
Showing posts with label breadcrumb in Sharepoint. Show all posts

Tuesday, December 20, 2016

20 Dec

Which is the Front-end technologies for SharePoint Framework development?

Microsoft has clearly mentioned in their key notes, they are building the framework and it is related samples using KnockoutJs and ReactJs with Typescript. Since it is an open-source based development model, choosing the framework/technologies are completely our choices, based on our knowledge and requirements. Here...

Tuesday, October 27, 2015

27 Oct

BreadCrumb in SharePoint

<script> $(document).ready(function (){  var _welcomemenu =  $("a[title='Open Menu']")         .clone()    //clone the element         .children() //select all the children         .remove()   //remove...

Tuesday, April 28, 2015

28 Apr

How to adding breadcrumbs to SharePoint 2013 Document path

Step 1:Replace to code in Master page (page-title) <h1 id="pageContentTitle" class="ms-belltown-pageName ms-noWrap ms-dialogHidden" style="display:none"> <SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server"> <asp:ContentPlaceHolder id="PlaceHolderPageTitleInTitleArea"...