<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 99: CharCounter FIX for FCK 2.6 </title><link>https://sourceforge.net/p/fckeditor/plugins/99/</link><description>Recent changes to 99: CharCounter FIX for FCK 2.6 </description><atom:link href="https://sourceforge.net/p/fckeditor/plugins/99/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 11 Mar 2009 07:57:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fckeditor/plugins/99/feed.rss" rel="self" type="application/rss+xml"/><item><title>CharCounter FIX for FCK 2.6 </title><link>https://sourceforge.net/p/fckeditor/plugins/99/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mozik</dc:creator><pubDate>Wed, 11 Mar 2009 07:57:43 -0000</pubDate><guid>https://sourceforge.net079f570d5ac317a84e1d1a15300590bdddef0caf</guid></item></channel></rss>