Wednesday, March 25, 2015

SharePoint 2013 Online (Office 365) - Powershell Scripts

Recently I came across an nice and useful stuff of powershell scripts which can be used to automate the creation of fields,content types,lists,libraries and few other things will little effort.

An Powershell MVP came up with an wonderful stuff. You can go through below link and start exploring the different powershell scripts which would make your development easy while creating solutions on SharePoint 2013 Online/On-Premise.

http://www.falchionconsulting.com/PowerShellViewer/Default.aspx

 

Callouts in SharePoint 2013 Online (Office 365)

Callouts in SharePoint 2013 Online (Office 365)

 
Microsoft has added new a  Framework for Creating Callouts (Notification or Hover Over Popups) in SharePoint 2013 Version. 
 
Callout.Js - This new JavaScript file added in the layouts folder at location C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS. 
Callout.Js is a JavaScript file that contains methods for CalloutManager class.

CalloutManager - This is a new class to help Create CallOuts\Hover Popups in SharePoint 2013. CalloutManager allows to get or create an instance of the callout and manage its state. Similar to “Options” in Modal Dialog Framework users can set parameters using CalloutOptions for creating a new CalloutManager type Popup.

I found nice and detailed example in www.learningsharepoint.com

Here is the link : http://www.learningsharepoint.com/2012/12/30/the-new-hover-overpreviewcallout-popups-in-sharepoint-2013/