0
votes
1answer
13 views

SharePoint 2013 App Part : Dynamically set values for the tool part panel controls on serverside

How can I dynamically fill a dropdown list in a Tool Part panel of a SharePoint 2013 app part? What I want to achieve: User checks a checkbox Dropdown appears The list items in this dropdown are ...
1
vote
2answers
171 views

Callout Popup is not working in App Part

I have to display a popup as in SharePoint 2013 which is called Callout popup. for that I have to use callout.js file in my code. I have tried it with Content Editor Web part and it is working fine ...
0
votes
0answers
64 views

App tokens - and url with # hashtag

I have an app that i want to call like this: ~appWebUrl/Pages/index.html#?{StandardTokens} As you can see, i have an # hashtag in my url. Now the problem: The {StandardTokens} do no get added to my ...
1
vote
2answers
599 views

Set a view of a list in XsltListViewWebPart when deploying from VS2012 to SP2013 App

I am devloping a SP2013 App which includes a page (aspx) that contains the following webpart and XsltListViewWebPart as shown below. I have managed to remove all the elements i want to remove ...
1
vote
0answers
69 views

Unable to access the SP2013 App from IE but able to access from chrome

I've started working on SP2013 App development. When I'm deploying the app from VS2012, the App is successfully getting deployed. But after Trusting the app, it is showing "Internet cannot display the ...
2
votes
1answer
385 views

Is there a difference between a Sharepoint Hosted App and a Cloud Hosted App?

Other than the initial setup steps is there a difference between a Sharepoint Hosted App and a Cloud Hosted App? Can you do anything in one and not the other? If you create one type of app could it ...