Click here to Skip to main content
15,896,154 members
Articles / Web Development / HTML

FCKEditor SharePoint Integration

Rate me:
Please Sign up or sign in to vote.
4.64/5 (7 votes)
15 Nov 2008CPOL6 min read 69.3K   1.1K   33  
How to integrate FCKEditor with SharePoint.
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/1.0">
	<id>net.fckeditor.air.samples.sample01</id>
	<name>FCKeditor Sample Application 1.0</name>
	<version>1.0</version>
	<filename>FCKeditor AIR Sample</filename>
	<description>This is a sample AIR application including FCKeditor.</description>
	<copyright>Copyright (C) 2003-2008 Frederico Caldeira Knabben</copyright>
	<initialWindow>
		<content>_samples/adobeair/sample01.html</content>
		<title>FCKeditor AIR Sample</title>
		<systemChrome>standard</systemChrome>
		<transparent>false</transparent>
		<visible>true</visible>
		<minimizable>true</minimizable>
		<maximizable>true</maximizable>
		<resizable>true</resizable>
		<x>100</x>
		<y>80</y>
		<width>820</width>
		<height>600</height>
		<minSize>600 400</minSize>
	</initialWindow>
	<installFolder>FCKeditor/AIR Samples/Sample01</installFolder>
	<programMenuFolder>FCKeditor/AIR Samples</programMenuFolder>
	<icon>
		<image16x16>_samples/adobeair/icons/16.png</image16x16>
		<image32x32>_samples/adobeair/icons/32.png</image32x32>
		<image48x48>_samples/adobeair/icons/48.png</image48x48>
		<image128x128>_samples/adobeair/icons/128.png</image128x128>
	</icon>
	<customUpdateUI>false</customUpdateUI>
	<allowBrowserInvocation>false</allowBrowserInvocation>
</application>

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