Compiled summary of previous posts
I’ve compiled all tools and tips from my previous blog posts so it will be easier to try them out.
It’s made as a single assembly (with the exception from the .browser file for the adapters) so you just have to drop the dll in the bin folder.
Use reflector or see the other posts for source.
Bin file: Nergard.EPi.dll
Adapter configuration
<browsers>
<browser refID="Default">
<controlAdapters>
<adapter
controlType="EPiServer.UI.Edit.EditPanel"
adapterType="Nergard.EPi.Adapters.PropertyDataFormAdapter"/>
<adapter
controlType="EPiServer.UI.WebControls.PageTreeView"
adapterType="Nergard.EPi.Adapters.PageTreeViewAdapter" />
</controlAdapters>
</browser>
</browsers>
Comments