Ever wanted to hide the default Categories tab in editmode? Well, with EPiServer CMS 5 and the EditPanel LoadPage event, you can! public class Global : EPiServer. Global { protected void Application_Start( Object sender, EventArgs e) { EPiServer.UI.Edit. EditPanel .LoadedPage += new...
[ Read full article ]