Questions tagged [app-part]
An app part displays the webpage you specify by using an IFrame (also referred to as a frame) in a page in the host web
58 questions
0 votes
1 answer
148 views
How to Authenticate Sharepoint User in Public Restful Service
we going to create a web application on sharepoint online with app parts. One of the app part will call the public restful service to get payroll information from SAP(ERP). We have created a web ...
0 votes
1 answer
68 views
How to add an App or a List to a Team Site
I have a team site with a Home Page like the one on this link (created programmatically with STS#3 template). I'd like to customize the Home Page adding a SharePoint hosted App I have developed. But ...
0 votes
0 answers
26 views
Editing Options on Sharepoint
I am currently trying to build a team page off of my company SharePoint in Office 365. I have created the page, added apps as well as articles to the site asset library and in the Site Content. I am ...
0 votes
1 answer
1k views
SharePoint App Part TypeError: SP.SOD is undefined
Visual Studio generates some code when you create a new add-in. I want to develop a app part which shows the current user. I added a new web-part in Visual Studio and modified the code from App.js and ...
1 vote
0 answers
754 views
SharePoint Add-in is not available in Web Part (App Part) gallery - SharePoint Online
I've developed SharePoint Add-in (SharePoint hosted) with an app part so it can be added to SharePoint page. The problem I'm facing now is that the app part is not available from App part (or Web part)...
2 votes
0 answers
175 views
Sharepoint hosted client app part custom properties validation
I am trying to validation custom properties of client web part in Sharepoint hosted app. Not finding anything to do so. I have custom properties which are required ,url validation , character limit in ...
1 vote
0 answers
157 views
SharePoint Online - Programmatically add App Part to Team Site
I have the need to programmatically create a team site, add a selection of apps to the site and populate some web parts on the page. What I have done: I have created the site I have successfully ...
1 vote
0 answers
53 views
Can we use SPFx for App part properties build using SharePoint Add-in
Is there a possibility to apply the SPFx framework using dynamic dropdowns for App Part properties built within SharePoint Add-in? Thanks!
1 vote
1 answer
163 views
SharePoint hosted app part cross domain error
I'm trying to build a SharePoint app part to include in a SharePoint online page allong with other web parts. I'm using SharePoint online developer to deploy the solution I'm developing in visual ...
0 votes
1 answer
60 views
SharePoint 2013 App Part MVC View Presents 404
I have developed a high-trust provider hosted app using the MVC framework to display a series of employee-focused KPI data widgets. Everything has been highly successful until I began implemented the ...
1 vote
1 answer
1k views
Can't add App Part / Add-in to Site Page in SharePoint Online
I created a provider-hosted add-in, added it to the app catalog, and added it the site. But I don't see it when trying to add it as an "App Part" / "Client App" / "App Part" Am I forgetting a step? I'...
3 votes
0 answers
46 views
~sitecollection token in AppPart SRC attribute
I have been testing ability to use various tokens in SRC attribute for app parts in SharePoint 2013. I try to investigate if it's possible to have an apppart that points to a page that is outside app ...
0 votes
1 answer
906 views
How to set dynamic width and height for iframe in App Part
My app part doesn't support responsiveness height and width. I have tried to set height using app, but it's not working. So how can I make App part responsive Here is some view source of App part
0 votes
1 answer
38 views
Need help identifying a web part in one of our sites
we had an external person come in to help us build a sharepoint site and i'm needing a bit of assistance identifying the name of a web/app part they used (pictured). It's a web/app part that ...
3 votes
1 answer
66 views
Add AppPart in subsite
Now,I working project using SharePoint 2013. Now I'm having problems following: In visual studio 2013, i create AppPart and deploy it to SharePoint site. At SharePoint site collection I create ...