Currently my app reads the list items and shows in an app part(visible to all site visitors). Now we would like to extent the functionality. If the user has contribute permission to the list(site), there should be a link in the app part where they can click to add a new list item. How may I achieve it? and what is the best way to do it?
Take the 2-minute tour
×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.
You can use
|
|||||||||||||||||
|
Another easy way to acheive adding new list item to ShareLoint list using Javascript in APP 2013. Write the following code in your App.js and call "btnSubmit_CreateListItem" event in ADD button click:
|
||||
|