This fix works in IE, Opera and FF.
So people use it test it (I already did some testing).
It is primaly corrected for MaxLength functionality.
Toolbar functionality works fine but not great (especially in IE).
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.
Here is PHP setup code:
<?php
require("fckeditor_base/fckeditor.php");
echo '<form action="" method="POST">';
$oFCKeditor = new FCKeditor('fck_edit');
$oFCKeditor->BasePath = "/fckeditor_base/";
$oFCKeditor->Width = "100%";
$oFCKeditor->Height = 550;
$oFCKeditor->Config['MaxLength'] = 25;
echo $oFCKeditor->CreateHtml();
echo '</form>';
?>
If you have any suggestions, Please post...
CharsCounter.rar MaxLength and Toolbar char counter
Hey, Can you please explain the steps for adding this plug-in? Thanks in advance.
View and moderate all "plugins Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Plugins"
Works great, is it possible to display the actual characters also? I get only 'Left Char'.