<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKFinder_2.x%2FDevelopers_Guide%2FASP.NET%2FFCKeditor_Integration</id>
		<title>CKFinder 2.x/Developers Guide/ASP.NET/FCKeditor Integration - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKFinder_2.x%2FDevelopers_Guide%2FASP.NET%2FFCKeditor_Integration"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKFinder_2.x/Developers_Guide/ASP.NET/FCKeditor_Integration&amp;action=history"/>
		<updated>2026-05-19T23:52:06Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=CKFinder_2.x/Developers_Guide/ASP.NET/FCKeditor_Integration&amp;diff=2965&amp;oldid=prev</id>
		<title>Wiktor: Created page with '{{CKFinder_2.x FCKeditor Integration|ext=aspx}}  == The SetupFCKeditor Method ==  The FileBrowser control in the CKFinder integration for ASP.NET, offers a simple solution to aut…'</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKFinder_2.x/Developers_Guide/ASP.NET/FCKeditor_Integration&amp;diff=2965&amp;oldid=prev"/>
				<updated>2010-05-14T19:12:23Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{CKFinder_2.x FCKeditor Integration|ext=aspx}}  == The SetupFCKeditor Method ==  The FileBrowser control in the CKFinder integration for ASP.NET, offers a simple solution to aut…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{CKFinder_2.x FCKeditor Integration|ext=aspx}}&lt;br /&gt;
&lt;br /&gt;
== The SetupFCKeditor Method ==&lt;br /&gt;
&lt;br /&gt;
The FileBrowser control in the CKFinder integration for ASP.NET, offers a simple solution to automatically configure FCKeditor in a single call. It is enough to use the SetupFCKeditor method for that. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;protected override void OnLoad( EventArgs e )&lt;br /&gt;
{&lt;br /&gt;
    CKFinder.FileBrowser _FileBrowser = new CKFinder.FileBrowser();&lt;br /&gt;
    _FileBrowser.BasePath = &amp;quot;/ckfinder/&amp;quot; ;&lt;br /&gt;
    _FileBrowser.SetupFCKeditor( FCKeditor1 );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above example will configure the FCKeditor instance with id &amp;quot;FCKeditor1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Note that the SetupFCKeditor method accepts a single parameter of type &amp;quot;object&amp;quot;. This was done so there are no dependencies between the CKFinder and the FCKeditor assemblies. But, in any case, the method accepts only objects of type '''FredCK.FCKeditorV2.FCKeditor'''.&lt;/div&gt;</summary>
		<author><name>Wiktor</name></author>	</entry>

	</feed>