Skip to main content

Questions tagged [applicationcustomizers]

Adds scripts to the page, as well as access well-known HTML element placeholders and extend them with custom renderings

0 votes
1 answer
154 views

In my Sharepoint Online tenant, I have an Application Customizer that I am using to render a React component in the Top Placeholder. The Application Customizer renders on top of the Nav bar using a ...
PAR's user avatar
  • 3
0 votes
1 answer
526 views

I have created an application customizer extension and put my custom header and footer in that extension which loads fine. I had to hide the OOTB ribbon and left bar as I wanted to have totally ...
Muhammad Zeeshan Tahir's user avatar
0 votes
1 answer
262 views

In SharePoint Online I am trying to hide the "See All" link that comes with the out-of-the-box List and Document Library web parts. So I followed this tutorial, Build your first SharePoint ...
Pete Whelan's user avatar
1 vote
1 answer
612 views

I am trying to use react components following this tutorial. But when I load the page I am getting a bunch of errors in chrome console complaining about invalid relative path in loading react and ...
Ragnar's user avatar
  • 31
1 vote
1 answer
603 views

I need to change the position of an application extension on my page. It sits at the top, I want to drop it lower. The Microsoft documentation I have seen just points me to the top or bottom region. ...
Obi Chukwuma's user avatar
1 vote
1 answer
615 views

I know we can create connected SPFx webparts but is it possible to create the connection between SPFx application customizer and SPFx webpart? The scenario is that we need to create application ...
Harminder Singh's user avatar
2 votes
1 answer
557 views

I have the following inside my application customizer SPFX extension, the code is responsible to load custom CSS inside the home page https://***.sharepoint.com/sites/customeroperations/sitepages/...
John John's user avatar
  • 1,420
0 votes
1 answer
3k views

I am following the steps inside this link @ https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/serving-your-extension-from-sharepoint to deploy my SPFX extension of type ...
John John's user avatar
  • 1,420
1 vote
1 answer
2k views

I want to inject some CSS to my SharePoint page, so I follow those steps to create SPFX Application customizer extension:- md app-extension cd app-extension yo @microsoft/sharepoint What is your ...
John John's user avatar
  • 1,420
0 votes
0 answers
460 views

I have created a new SPFX, with these settings:- Which type of client-side component to create? Extension Which type of client-side extension to create? Application Customizer and i added the SPFX ...
John John's user avatar
  • 1,420
1 vote
1 answer
1k views

I am trying to change Save button name to Submit using below code but it does not work sometimes if I do load page twice below script throw error. My Script having JS is added in my Site Assets ...
kumar's user avatar
  • 149
1 vote
1 answer
2k views

So we have developed a breadcrumbs extension that is supposed to work across all the sites within the tenant. The issue is that when switching between sites the headerPlaceholder is rendered multiple ...
Idra's user avatar
  • 135
2 votes
1 answer
2k views

I am new to spfx and have to write an application customizer that changes the key of a query in the url. I have already implemtend this functionality and now want to test/debug. When I run gulp serve, ...
maxE's user avatar
  • 131
1 vote
1 answer
511 views

I am trying to create the application customizer to hide save and cancel button from Newform.aspx in Modern UI, I tried writing below code but everything getting hide instead of Save button noticed ...
kumar's user avatar
  • 149
1 vote
2 answers
3k views

I am following this article to deploy add a script editor extension: https://medium.com/niftit-sharepoint-blog/add-the-script-editor-webpart-back-to-sharepoint-modern-experience-688a7b7208e4 I've ...
jose luis gonzalez clua's user avatar

15 30 50 per page