I want to change Custom Property of Webpart using javascript.
Does anyone have any ideas on how to accomplish this?
I want to change Custom Property of Webpart using javascript. Does anyone have any ideas on how to accomplish this? |
|||||
|
there are some options but imo easiest one is to use Client Object Model: see SP.WebParts.WebPart.Title |
|||
|
This is an old question, but I figured I'd post a solution I came up with. I haven't tested in SharePoint 2010, but it's possible to update any web part property using JavaScript CSOM: http://almondlabs.com/blog/update-web-part-properties-csom/ |
|||||
|