Menu

#99 CharCounter FIX for FCK 2.6

open
nobody
None
5
2009-03-11
2009-03-11
mozik
No

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...

Discussion

  • mozik

    mozik - 2009-03-11

    CharsCounter.rar MaxLength and Toolbar char counter

     
  • Vaibhav Khare

    Vaibhav Khare - 2009-03-24

    Hey, Can you please explain the steps for adding this plug-in? Thanks in advance.

     
  • Anonymous

    Anonymous - 2010-01-25

    Works great, is it possible to display the actual characters also? I get only 'Left Char'.

     

Log in to post a comment.