Tagged Questions
1
vote
0answers
41 views
SharePoint-hosted app, with edit mode to update its own properties
I'm using the editMode parameter to detect and display a simple web part admin UI.
When the admin clicks a particular button, I want to use CSOM to update the web part's properties for the page it is ...
1
vote
1answer
299 views
How to add Client Web Parts (App Parts) to a page from JavaScript CSOM?
We're working on a custom way of adding and deleting Web Parts and App Parts to a page in SharePoint 2013. We have to use the new App way of developing and all code has to be using the JavaScript ...
-1
votes
1answer
242 views
Why not use Sharepoint 2013 as just a backend for REST / CSOM clients?
This might sound a bit extreme, but now that REST / CSOM API's are more fully featured, why not just write web apps in whatever framework you're comfortable with and utilize the REST / CSOM API's ...