﻿<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CodeCustomization>
<ControlName>FCKEditor</ControlName>
<Version>2.2.2246.19863</Version>
<Provider></Provider>
<ToolDescription>http://www.fckeditor.net.</ToolDescription>
<Type>Page</Type>
<Description>
   <![CDATA[
   This customization shows how to add an FCKEditor WYSIWYG HTML Editor.
    ]]>
</Description>
<FinishDescription>
   <![CDATA[
   The code customization you selected will be placed in the safe class of your page.  
   ]]>
</FinishDescription>
<Styles>
</Styles>
<Substitutions>
<Variable>
    <Name>MyFCKEditor</Name>
    <Description>FCKEditor WYSIWYG HTML Editor.</Description>
    <Type>UniqueId</Type>
 </Variable>
 <Variable>
    <Name>FredCK.FCKEditor.V2 DLL</Name>
    <Description>Select the FCKEditor DLL file to be copied to your application's \bin folder</Description>
    <AdditionalDescription>
Example: FCKeditor.Net_2.2\bin\Release\FredCK.FCKEditorV2.dll
    </AdditionalDescription>
    <Type>File</Type>
    <FileExtension>dll</FileExtension>
</Variable>     
</Substitutions>  
<Customizations>
<Code>
  <Class>Page</Class>
  <Type>HTMLDeclare</Type>
  <Content>
     <![CDATA[
       <%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>
     ]]>
  </Content>
  <!-- Assembly attribute could also contain:Version=5.2.20052.27, PublicKeyToken=7dd5c3163f2cd0cb -->
</Code>
  
<HTML>
  <Type>Insert</Type>
  <Content>
   <![CDATA[
   <br/><br/>
   <FCKeditorV2:FCKeditor
        ID="fckEditor"
        BasePath="../Editor/"
        EditorAreaCSS=""
        ImageBrowserURL="../Editor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/aspx/connector.aspx"
        LinkBrowserURL="../Editor/editor/filemanager/browser/default/browser.html?Connector=connectors/aspx/connector.aspx"
        Width="100%"
        Height="400px"
        runat="server">
    </FCKeditorV2:FCKeditor>
   <br/><br/> 
      ]]>
  </Content>
</HTML>
<!--
<Code>
    <Language>CSharp</Language>
    <Class>Page</Class>  
    <Type>Declare</Type>
    <Framework>v1_1</Framework>
    <Content>
        <![CDATA[
    public Infragistics.WebUI.UltraWebTab.UltraWebTab ${MyWebTab};
        ]]>
    </Content>
</Code>
-->
</Customizations>
</CodeCustomization>