<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 99: CharCounter FIX for FCK 2.6 </title><link href="https://sourceforge.net/p/fckeditor/plugins/99/" rel="alternate"/><link href="https://sourceforge.net/p/fckeditor/plugins/99/feed.atom" rel="self"/><id>https://sourceforge.net/p/fckeditor/plugins/99/</id><updated>2009-03-11T07:57:43Z</updated><subtitle>Recent changes to 99: CharCounter FIX for FCK 2.6 </subtitle><entry><title>CharCounter FIX for FCK 2.6 </title><link href="https://sourceforge.net/p/fckeditor/plugins/99/" rel="alternate"/><published>2009-03-11T07:57:43Z</published><updated>2009-03-11T07:57:43Z</updated><author><name>mozik</name><uri>https://sourceforge.net/u/mozik/</uri></author><id>https://sourceforge.net079f570d5ac317a84e1d1a15300590bdddef0caf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This fix works in IE, Opera and FF. &lt;/p&gt;
&lt;p&gt;So people use it test it (I already did some testing).&lt;/p&gt;
&lt;p&gt;It is primaly corrected for MaxLength functionality.&lt;/p&gt;
&lt;p&gt;Toolbar functionality works fine but not great (especially in IE).&lt;/p&gt;
&lt;p&gt;To use it add plugin and toolbar item called "CharsCounter" (like in original). You can use external text field but i didn't try it out at all, it remained unchanged.&lt;/p&gt;
&lt;p&gt;Here is PHP setup code: &lt;/p&gt;
&lt;p&gt;&amp;lt;?php&lt;br /&gt;
require("fckeditor_base/fckeditor.php");&lt;/p&gt;
&lt;p&gt;echo '&amp;lt;form action="" method="POST"&amp;gt;';&lt;/p&gt;
&lt;p&gt;$oFCKeditor = new FCKeditor('fck_edit');&lt;br /&gt;
$oFCKeditor-&amp;gt;BasePath = "/fckeditor_base/";&lt;br /&gt;
$oFCKeditor-&amp;gt;Width    = "100%";&lt;br /&gt;
$oFCKeditor-&amp;gt;Height   = 550;&lt;br /&gt;
$oFCKeditor-&amp;gt;Config['MaxLength']   = 25;&lt;/p&gt;
&lt;p&gt;echo $oFCKeditor-&amp;gt;CreateHtml();  &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;echo '&amp;lt;/form&amp;gt;';&lt;br /&gt;
?&amp;gt;&lt;/p&gt;
&lt;p&gt;If you have any suggestions, Please post...&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>