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...
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
Tuesday, October 27, 2015
<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
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"...