Tagged Questions
0
votes
1answer
15 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 ...
3
votes
2answers
265 views
calling click event on dynamic controls
What I have is fairly standard code for using JavaScript with SharePoint 2013. Inside the sharePointReady function, I have a few dynamic controls that are added to the page.
The problem is that when ...