Assign “Edit Page” fuctionality to a custom button
As we have OOTB "Edit Page" functionality of SharePoint 2013. I want to assign this functionality to a custom button. How to achieve
January 22nd, 2014 11:50am


Hi,

According to your post, my understanding is that you want to assign Edit Page functionality to a custom button.

We can use ChangeLayoutMode(false) method to achieve it in SharePoint 2013.

We can add the following code into a Content Editor Web Part:

<input type="button"  value="Edit Page" onclick="javascript:ChangeLayoutMode(false);"/>


Best Regards

Free Windows Admin Tool Kit Click here and download it now
January 23rd, 2014 3:31am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics