I'm having trouble getting FCKEditor to work in contentplaceholder. The code works fine on a single page, but fails in a master/details configuration. FCKEditor does not show up in the contentplacehodler.
I tested it both in IE 7.0 and FF 2.0.0.11. I downloaded version 2.5 and tried also with the .NET version 2.2. The examples in the Instant Results book(CMS, blog, etc. ) don't work either.
TIA for any hints.
Sample (fails):
<%@ Page Language="
VB" MasterPageFile="~/Site.master" ValidateRequest="false" AutoEventWireup="false" Title="Untitled Page" %>
<%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>
<asp:Content ID="Content2" ContentPlaceHolderID="CPM1" Runat="Server">
<FCKeditorV2:FCKeditor id="FCKeditor1" BasePath="~/FCKeditor/" runat="server" />
<br />
<input id="Submit1" type="submit" value="Submit" runat="server" />
</asp:Content>