Questions tagged [spfx-extensions]

SharePoint Framework Extensions let developers extend the user experience of SharePoint, providing ways to customize more facets of the SharePoint experience including notification areas, the toolbars of SharePoint, and the views of list data.

SharePoint Framework Extensions add new capabilities to extend the user experience of SharePoint within modern pages and document libraries, while leveraging the familiar tools and libraries for client-side development coming from the SharePoint Framework. Specifically, the SharePoint Framework includes three new Extension types:

ApplicationCustomizers allow developers to add script to the page, as well as access well-known HTML element placeholders and extend them with custom renderings

FieldCustomizers can be used to provide modified views to data for fields within a list

CommandSets let developers extend the command surfaces of SharePoint to add new actions, along with client-side code that can be used to implement behaviors.

Reference - SPFx extensions overview

333 questions
1
vote
1 answer

How to update an SPFx solution

I am new to SPFx, and I was wondering how can we update the solution after packaging it for the first time? Do I need to run the gulp package-solution --ship and add the sppkg file to SharePoint? Kind Regards
Harris
  • 593
  • 1
  • 8
  • 33
1
vote
0 answers

Exclude a few sites from tenant-wide spfx extension deployment

What's the best way to prevent/exclude a few modern sites from getting a tenant-wide extension deployment like a global footer?
Aaron Knox
  • 11
  • 3
1
vote
0 answers

How can I dynamically add a menu from a SP list on a modern UI site using extensions

I would like to build a custom menu in Modern UI site. The menu data should be coming from a SharePoint list. I have tried using Application Customizer but no luck as yet on how to retrieve the SharePoint list data and build a menu to the top…
naijacoder
  • 4,272
  • 26
  • 101
  • 188
0
votes
0 answers

How to add a context menu to a Command

I have followed the instructions from https://github.com/SharePoint/sp-dev-docs/blob/main/docs/spfx/extensions/get-started/building-simple-cmdset-with-dialog-api.md . It results in code similar to: @override public onExecute(event:…
MArkus
  • 1
0
votes
1 answer

ListViewCommand Set Extension with multiple options

I am trying to group multiple list commands using SPFx ListView Command Set extension. Is this possible? See example: Example multiple list commands
Paul
  • 57
  • 7
0
votes
1 answer

spfx application customizer search bar

I am trying to create custom search bar for my sharepoint site on click or change of which it will load search results below is my code from which i had created html output but how should i write function on submit button so it send result to page…
Ashok
  • 59
  • 10
0
votes
3 answers

SPFx Form Customizer Deployment

I have created a SPFx Extension of the new type "Form Customizer". I found no specific information on how to attach the custom forms to the list/content-type. I have read the information from Andrew Connells article The relevant part is as…
Ronny
  • 95
  • 1
  • 12