Info
| Version: | 1.0.0 | 
| Author(s): | sergei.snitko | 
| Last Update: | Friday, September 9, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/sergeisnitko/spf-newitemcallout | 
| NuGet Url: | https://www.nuget.org/packages/sp-newitemcallout | 
Install
Install-Package sp-newitemcallout
                        dotnet add package sp-newitemcallout
                        paket add sp-newitemcallout
                        
                                sp-newitemcallout Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- SPMeta2.CSOM.Foundation(>= 1.2.40)
- sp-cmd-deploy(>= 1.0.5)
Tags
 
                
The main idea of this project was very simple.
Look at this standard callout in SharePoint 2013 for a document library with enabled WOPI.
Main feature of the solucion are:
* The user can see the hero button only if the user has permissions in current folder
* You can set the dependencies of content types for creation in settings javascript file
* There is an option to show or use standard link if the content type to create is only one
* There is an option to show a loading gif on the page instead of grid with data before callout data is loaded
* There is an option that automatically reloads the page if the set of available content types updates. This option fixes the problem with available buttons in ribbon
* There is an option that updates current folders available content types by the *ContentTypes* param in options
* The solution shows the extended buttons for creating office documents on document libraries if office web apps is available
* The solution works in SharePoint Foundation 2013, SharePoint Server 2013, SharePoint Online, SharePoint Server 2016
* The solution has a localization for different languages.
By default there is ru-ru localization and en-us (witch is by default)
* The solution can work with enabled minimal download strategy feature
* The solution is easy to configure and use
-----
The project and details on github - https://github.com/sergeisnitko/spf-newitemcallout.