Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Adding a tab to editor window

Vote:
 

Hi,

I am trying to add a tab to the editor window so it sits alongside content, scheduling, settings , shortcut , categories.  I seem to be able to add a tab/plugin to almost any other area of episerver.  Can someone give me some guidance on how best to do this?

Thanks

Gwen

#49236
Mar 09, 2011 16:32
Vote:
 

Hi Gwen,

Allan made a nice post about this that you could read.

http://labs.episerver.com/en/Blogs/Allan/Dates/2009/1/Neat-Trick-Modifying-Edit-Mode-Tabs/

In short the attribute your looking for is:

    [GuiPlugIn(Area = PlugInArea.EditPanel)]
#49237
Mar 09, 2011 17:09
Vote:
 

An edit panel plugin puts a tab alongside View, Edit, Version List etc. The Content, Scheduling,... tabs are below the Edit tab and are simply visible or not depending on whether the page type has a property defined to use that tab. When you edit page type properties in admin mode you can select the tab they end up on. There's also a funciton in admin mode to edit the tabs and add new ones.

If you want to put something on a tab there which isn't a property I'm not sure it's a good idea. It might confuse the editors and probably interfers with the general work flow in EPiServer (page leave check, populating properties...). But there isn't really anything stopping you from developing a custom property type which doesn't read or save any data, but only acts as an agent to get your control into your tab by letting it be part of the custom property's edit control. Then just add that property to the page types where you want the tab and control visible.

#49240
Mar 09, 2011 19:59
Vote:
 

That can be done, but I tend to agree with Magnus here.

But you could either make a control adaptor, or add a property that is in new tab, and add your user contron in the CreateEditControls()

#49241
Mar 09, 2011 20:45
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.