Click here to Skip to main content
15,884,298 members
Articles / Web Development / HTML

FCKEditor – SharePoint Integration, Creating a Custom Field Type

Rate me:
Please Sign up or sign in to vote.
4.80/5 (10 votes)
27 Jan 2009CPOL6 min read 82.3K   834   31  
How to create a new field type in SharePoint. An HTML multi-line field which uses FCKEditor as the editor.
<?xml version="1.0" encoding="utf-8"?>
<Solution SolutionId="38129abc-94d6-40a9-995c-4e410cb88858" xmlns="http://schemas.microsoft.com/sharepoint/">
  <Assemblies>
    <Assembly Location="CustomWeb.dll" DeploymentTarget="GlobalAssemblyCache">
      <SafeControls>
        <SafeControl Assembly="CustomWeb, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5" Namespace="CustomWeb" TypeName="CustomWebField" Safe="True" />
      </SafeControls>
    </Assembly>
  </Assemblies>
  <TemplateFiles>
    <TemplateFile Location="xml\fldtypes_CustomWeb.xml" />
  </TemplateFiles>
</Solution>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer CPU
Serbia Serbia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions