Questions tagged [spfx-extension]

58 questions
0
votes
1 answer

change SharePoint Online listview behavior spfx customizer

I was trying to find a way to customize the default SharePoint modern listview with the SPFX customizer but it seemed to me you can only add command sets to it. What I am trying to achieve is that we can disable, all default behavior to change the…
Ricardo Silva
  • 1,221
  • 9
  • 19
0
votes
1 answer

Is SPFx Extension supported on Onedrive for Business

We are using SharePoint App custom action to customize both Command Bar and Context Menu for files in a document library on both sites and OneDrive for Business. It was working on both modern view and classic view with just that it is a new page on…
windfly2006
  • 1,703
  • 3
  • 25
  • 48
0
votes
1 answer

Issue while refreshing token generated from Aadtokenprovider

I am using Aadtokenprovider in my spfx bot extension for generating token. After token get expired bot show error 'Unable to connect'. How do I refresh token and pass it .
0
votes
1 answer

Show SharePoint Online List Views as Tabs on a Modern Page with Security

I've just started doing SPFx development and one of my first task is to come up with a webpart to show modern list views as tabs with security. Only specific groups having access to the view should be able to view it. I tried searching and couldn't…
0
votes
1 answer

Order extensions in Sharepoint Online

I have 2 extensions which need to have a specific order on a sitecollection. I already tried setting the in ClientSideInstance.xml and also in Tenant Wide Extensions list. Do you know other ways to order the rendering of the extensions? Thank you!
0
votes
1 answer

Disable Tenant Scoped SPFx solution for a subset of Sites

I have a tenant scoped SPFx solution which is applied across all sites in SharePoint Online. It deploys a megamenu and some branding. I would like to disable/uninstall the solution for a few sites, but since the solution is tenant scoped I cannot…
0
votes
1 answer

Dynamically change the button name of command buttons using ListView command set extension

I am trying to change the the name of the command buttons in the listView Command set dynamically. I could hard code it and change it in the manifest.json file. In place of "Command One" and "Command Two" I want to take values from list and change…
0
votes
1 answer

SPFX React Updating Document Library file metadata using Rest API 404 issue

I have created a SPFX Extension on a library and trying to update file metadata which is inside a specific folder in document library. I have the item ID for that particular file, but getting 404 issue. Here is the sample code which have been…
Vijay
  • 133
  • 1
  • 10
0
votes
2 answers

SPFX Package always referring content or resources from localhost instead from CDN

Can someone please let me know from where I can change this configuration so that it should refer from the CDN path instead of localhost Below is my package-solution.json { "$schema":…
Rajesh Akshith
  • 301
  • 3
  • 14
0
votes
1 answer

Deploy Custom Action to SharePoint 2019 list using SPFx extension

I have a requirement to use SPFx and provide a custom action button in a list in SharePoint classic site. This button should be available in the ribbon work in both the SharePoint modern site and classic sites too. I have to use SPFx for the…
-1
votes
2 answers

Using Spfx React-Application-Injectcss extension (link in des) to hide left side navigation on one particular site

I've built and applied this extension react-application-injectcss(https://github.com/pnp/sp-dev-fx-extensions/tree/master/samples/react-application-injectcss) but it applies on all sites in my tenancy. Can I hardcode site name of a particular site…
-1
votes
1 answer

How to add menu items for a single-page web part?

Is it possible to have menu items added for a single-page web part in the menu bar? I want to add a menu to the area usually used for menu commands (please see the screenshot): I am talking about this sort of single-page app web part:…
Nikolay
  • 10,752
  • 2
  • 23
  • 51
-2
votes
2 answers

BaseApplicationCustomizer throws errors

So today I was updating one of our SPFX extensions to use the latest spfx framework (1.16) with node (16.13) and after finishing my updates I got the following inside my code: I am not exactly sure why these are not coming in, I suspect the newest…
1 2 3
4