Skip to content

This sample can help you to made your first SPFx extension for SharePoint Online, I also added some common actions like check permissions, get a folder breadcrumb, etc. See Readme for more info

Notifications You must be signed in to change notification settings

Krauser123/spfxExtensionSample

Repository files navigation

spfx-extension-sample

Summary

A SPFx webpart of type extension with some code samples.

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Include any additional steps as needed.

Features

Two commandSet (also know as the buttons on upper bar) only available on Document Library (Template=101). The first always is visible, the other only when you select a item.

Get properties from Document Library selecte item when click at button.

Get data from other list.

Permission checks.

External REST calls.

Use of FluentUI controls.

Use of multilanguage ENG and ESP, the strings are located in /src/loc

References

About

This sample can help you to made your first SPFx extension for SharePoint Online, I also added some common actions like check permissions, get a folder breadcrumb, etc. See Readme for more info

Topics

Resources

Stars

Watchers

Forks