Questions tagged [spfx-extension]
58 questions
0
votes
1 answer
SPO Modern: How to inject and execute webpart programmatically, using js?
I have only the URL of webpart (example 'https://sitename.com/sites/site-colection/ClientSideAssets/hereisguid/webpartname.js') and I need to inject and run it programmatically via js, is it possible?
0
votes
1 answer
How to Inject CSS or JavaScript to SharePoint Modern page using SPFX on Sharepoint Server 2019
We are using Sharepoint Modern communication site on Sharepoint Server 2019. I am tasked with customizing the out-of-the-box template for header and adding a footer. I was toying with using…

Noorul
- 939
- 1
- 11
- 21
0
votes
1 answer
Add a clickable button on the top-right corner of the SharePoint online modern pages
I have a modern communication site inside our SharePoint Online tenant, and we want to do the following modification to our top navigation area:-
Add a clickable button on the top-right corner >> and when users click on this an external link will…

John John
- 1
- 72
- 238
- 501
0
votes
1 answer
How to Customize just the property pane without building webpart
Does anyone know how can I show the property pane without creating webpart?
I want to show the property pane after clicking the User Management icon, which is created with extension

Yas
- 1
- 1
0
votes
1 answer
SPFx React Component Property Pane Update Lag
EDITED WITH CORRECT ANSWER
So I am customizing an SPFx component's property pane with a PropertyFieldSitePicker and a PropertyFieldListPicker. My issue is that the PropertyFieldMultiSelect lags by one selection when I select options from the…

Superintendent UI
- 61
- 2
- 10
0
votes
0 answers
SPFX App Customizer error "Extension failed to load for componentId"
I am having errors when I deploy this in my tenant site but when i run it in debug mode via gulp serve the app is rendering.
this is the error:
Uncaught (in promise) Error
at t [as constructor]
Uncaught (in promise) Error: Failed to create…

Page F.P.T
- 653
- 4
- 11
- 24
0
votes
1 answer
Build an SPFX web part which render an HTML BOX which have a configurable Title, Description and Clickable Button
I want to build an SPFX web part, which should allow me to display this Box:-
where the Box will have a configurable Title,Description text & clickable button. so the user can add this web part inside any modern page, and define the Title,…

John John
- 1
- 72
- 238
- 501
0
votes
1 answer
CSS effects are delayed in SPFx App customizer
I'm trying to hide the SharePoint App Bar using SPFx app customizer but while loading the page app bar first loads then is hidden.
How can I make the app bar not to load at the first place? Thanks.

explorer
- 21
- 7
0
votes
1 answer
Can we Customize SharePoint Modern app bar
Can we customize the newly introduced App Bar in SharePoint online Modern pages using Extension? Like adding a new icon.

Vetrivelmurugan
- 33
- 7
0
votes
2 answers
SPFx WebPart - Tab
I am totally new to SPFX WebPart Development.
I am trying to develop a Tab Web part - the HTML seems to render properly however the Javascript is not firing (maybe the way I am using is not proper).
Some help would be highly appreaciated.
Thanks in…

fmourtaza
- 179
- 1
- 16
0
votes
1 answer
How add custom css file in style library in modern sharepoint communication site
I am customizing share point modern site. when iam uploading css file in styles library its showing deneid message but i am site owner andenter image description here i have full control right also.

ganji techy
- 13
- 3
0
votes
1 answer
How to get CorporateCatalogUrl url using csom
I want to get tenant CorporateCatalogUrl using CSOM . I tried following code & didn't work . I am also not sure that is the correct way.Is there way to get CorporateCatalogUrl using CSOM ?
using (ClientContext context = new…

DevÁsith
- 1,072
- 12
- 38
0
votes
1 answer
Modify my SharePoint Framework Extension to only run on the home page of the site
I am working on a SharePoint online modern team site, and I am following these steps to inject custom CSS inside my pages @ https://tahoeninjas.blog/2018/05/08/inject-custom-css-on-sharepoint-modern-pages-using-spfx-extensions/ .. now it worked…

John John
- 1
- 72
- 238
- 501
0
votes
1 answer
Code change for Spfx React-jump-to-folder (link in des) to change sorting order of Doc library folders
New to spfx.. I've built and applied react-jump-to-folder(https://github.com/pnp/sp-dev-fx-extensions/tree/master/samples/react-jump-to-folder).
Doc Library view is sorted by custom column "Folder order" which I added with values (1, 2, 3, 4...) for…

akg1421
- 51
- 12
0
votes
1 answer
SPFX - Best way to store custom settings file when developing extension app
I am developing SharePoint framework Extensions and need to store settings json file which can be configured anytime by admin/privilege person.(such as a component layout settings/app settings).
What is the best way to store such a settings file…

DevÁsith
- 1,072
- 12
- 38