Try our conversational search powered by Generative AI!

Per Nergård
May 14, 2010
  4539
(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
Azure AI Language – Abstractive Summarisation in Optimizely CMS

In this article, I show how the abstraction summarisation feature provided by the Azure AI Language platform, can be used within Optimizely CMS to...

Anil Patel | Apr 18, 2024 | Syndicated blog

Fix your Search & Navigation (Find) indexing job, please

Once upon a time, a colleague asked me to look into a customer database with weird spikes in database log usage. (You might start to wonder why I a...

Quan Mai | Apr 17, 2024 | Syndicated blog

The A/A Test: What You Need to Know

Sure, we all know what an A/B test can do. But what is an A/A test? How is it different? With an A/B test, we know that we can take a webpage (our...

Lindsey Rogers | Apr 15, 2024

.Net Core Timezone ID's Windows vs Linux

Hey all, First post here and I would like to talk about Timezone ID's and How Windows and Linux systems use different IDs. We currently run a .NET...

sheider | Apr 15, 2024