<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stuartf</id>
		<title>CKSource Docs - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stuartf"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/Special:Contributions/Stuartf"/>
		<updated>2026-04-05T16:13:12Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Integration/JavaScript&amp;diff=2220</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Integration/JavaScript</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Integration/JavaScript&amp;diff=2220"/>
				<updated>2008-05-27T18:50:01Z</updated>
		
		<summary type="html">&lt;p&gt;Stuartf: New page: It might be valuable to show how to use jQuery to replace all textareas with class=&amp;quot;fckeditor&amp;quot;, I did it like this:  &amp;lt;pre&amp;gt;jQuery(document).ready(function() {   jQuery(&amp;quot;textarea.fckeditor&amp;quot;)...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It might be valuable to show how to use jQuery to replace all textareas with class=&amp;quot;fckeditor&amp;quot;, I did it like this: &lt;br /&gt;
&amp;lt;pre&amp;gt;jQuery(document).ready(function()&lt;br /&gt;
{&lt;br /&gt;
  jQuery(&amp;quot;textarea.fckeditor&amp;quot;).each(function()&lt;br /&gt;
  {&lt;br /&gt;
    var fck = new FCKeditor(this.id);&lt;br /&gt;
    fck.ReplaceTextarea();&lt;br /&gt;
  });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then my html looks like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;html&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;head&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;script src='../js/jquery.min.js' type='text/javascript'&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;script src=&amp;quot;/library/editor/FCKeditor/fckeditor.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;script src='../js/fck-inserter.js' type='text/javascript'&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;/head&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;body&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;form action=&amp;quot;something&amp;quot; method=&amp;quot;post&amp;quot;&amp;amp;gt;&lt;br /&gt;
      &amp;amp;lt;textarea id='myFCKeditor' name='myFCKeditor' class='fckeditor' cols=&amp;quot;60&amp;quot; rows=&amp;quot;15&amp;quot;&amp;amp;gt;&amp;amp;lt;/textarea&amp;amp;gt;&lt;br /&gt;
      &amp;amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;Save&amp;quot;&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;/form&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;/body&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/html&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Stuartf</name></author>	</entry>

	</feed>