Per Nergård (MVP)
May 14, 2010
  4826
(0 votes)

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>
May 14, 2010

Comments

Please login to comment.
Latest blogs
World on Opti ID

We're excited to announce that world.optimizely.com is now integrated with Opti ID! What does this mean for you? New Users:  You can now log in wit...

Patrick Lam | Jun 22, 2025

Avoid Scandinavian Letters in File Names in Optimizely CMS

Discover how Scandinavian letters in file names can break media in Optimizely CMS—and learn a simple code fix to automatically sanitize uploads for...

Henning Sjørbotten | Jun 19, 2025 |

Exporting Optimizely databases causing errors

Solutions to a couple of recurring issues when migrating databases to the cloud.

Tomas Hensrud Gulla | Jun 18, 2025 |

Common Pitfalls with Search in Optimizely Graph - and How to Avoid Them

Optimizely Graph offers powerful, flexible search capabilities out of the box, making it a popular choice for headless implementations. However, li...

Michał Mitas | Jun 18, 2025