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

Is there a way to override Ribbon Save Button functionality in publishing page of specific page layout? My intention is not to override it for all publishing pages but to limit it to specific page layout?!

share|improve this question

1 Answer

You could a create a new control deriving from the original, and and add it to a custom masterpage, i don't know if its wise to do this in a page layout cause' the ribbon is on the masterpage.. Jquery would be a solution here.. you could just stick it in a head contentplaceholder on your pagelayout to enable it there only..

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.