Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I want to change Custom Property of Webpart using javascript.

Does anyone have any ideas on how to accomplish this?

share|improve this question
Can you be more specific? with property do you mean any public property of your web part class which appears on web part edit panel? that is what i understand from custom property and if so, it not possible. – megusta Nov 17 '11 at 14:18

1 Answer

up vote 2 down vote accepted

there are some options but imo easiest one is to use Client Object Model: see SP.WebParts.WebPart.Title

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.