Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
To get the edit url of a page you can use
PageEditing.GetEditUrl(currentPage.ContentLink)
PageEditing is part of the EPiServer.Editor namespace
ok thanks, I mean in the UI tree. Do you mean i should build a addon to the tree context menu?
Thats right Mari
Either default or choosable for the user in the context menu.
You can do this using an Ui Descriptor, see code here:
http://world.episerver.com/forum/developer-forum/EPiServer-7-CMS/Thread-Container/2013/2/Set-Form-mode-as-default-editing-interface/
CMS 7 and 8, is there a way of opening pages in edit mode? Like you had in CMS 6?
Any Addon?