Take the community feedback survey now.

Per Nergård (MVP)
May 14, 2010
  4899
(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
A day in the life of an Optimizely OMVP - Introducing the beta of Opti Graph Extensions add-on

Introducing Opti Graph Extensions: Enhanced Search Management for Optimizely CMS I am excited to announce the beta release of **Opti Graph...

Graham Carr | Sep 15, 2025

Content modeling for beginners

  Introduction Learning by Doing – Optimizely Build Series  is a YouTube series where I am building  a fictional  website called  TasteTrail , food...

Ratish | Sep 14, 2025 |

A day in the life of an Optimizely OMVP - Enhancing Search Relevance with Optimizely Graph: Synonyms and Pinned Results

When building search experiences for modern digital platforms, relevance is everything. Users expect search to understand their intent, even when...

Graham Carr | Sep 14, 2025

Optimizely CMS and HTML validation message: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.

When using the W3C Markup Validation Service, some annoying information messages pop up because Optimizely CMS adds the trailing slash to...

Tomas Hensrud Gulla | Sep 14, 2025 |