All About SharePoint is a blog about SharePoint, InfoPath and related technologies. It was started in 2005 and has good readership in many countries. It covers SharePoint 2003, 2007, 2010, 2013, 2016 and Office 365. You can read articles, tips, tutorials and news. It has code samples and complete applications as well.
Showing posts with label SharePoint Online. Show all posts
Showing posts with label SharePoint Online. Show all posts
Monday, February 20, 2017
Saturday, August 23, 2014
Taxonomy Refinement Panel Web Part and faceted navigation now available in SharePoint Online for intranet scenarios
Over the last months we’ve taken many steps towards enabling search-driven publishing for intranet sites in SharePoint Online. We enabled the Content Search Web Part (CSWP), the cross-site publishing feature, and a new group cache that improves the performance of the CSWP.
Now we’ve enabled two features that previously were available only in SharePoint Server 2013—the Taxonomy Refinement Panel Web Part (TRPWP) and faceted navigation.
Labels:
intranet,
SharePoint Online,
Taxonomy Refinement,
Web Part
Sunday, June 15, 2014
SharePoint Online (Office 365) Development - Part 3
1. Open App.js in editor. Add two new variables at the top:
var context = SP.ClientContext.get_current();
var user = context.get_web().get_currentUser();
var web = context.get_web();
var lists = web.get_lists();
Tuesday, June 10, 2014
SharePoint Online (Office 365) Development - Part 2
If you have worked with JQuery before, the syntax will be familiar to you. When the app loads, getUserName() method is called. It loads user properties in the context object. onGetUserNameSuccess() method displays the user name on the screen. All you have to do is append “Hello World” after the user name.
Subscribe to:
Posts (Atom)