sp-newitemcallout
1.0.0
dotnet add package sp-newitemcallout --version 1.0.0
NuGet\Install-Package sp-newitemcallout -Version 1.0.0
<PackageReference Include="sp-newitemcallout" Version="1.0.0" />
paket add sp-newitemcallout --version 1.0.0
#r "nuget: sp-newitemcallout, 1.0.0"
// Install sp-newitemcallout as a Cake Addin #addin nuget:?package=sp-newitemcallout&version=1.0.0 // Install sp-newitemcallout as a Cake Tool #tool nuget:?package=sp-newitemcallout&version=1.0.0
SharePoint custom callout for new item hero button
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
Learn more about Target Frameworks and .NET Standard.
-
- sp-cmd-deploy (>= 1.0.5)
- SPMeta2.CSOM.Foundation (>= 1.2.40)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 4,513 | 9/9/2016 |
* 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