Hi,
I am trying to create a plugin similar to CharsCount, but the slight difference is that the informations (number of characters typed = %s) are not displayed directly in the toolbar button, but outside the editor, just above it.
It works perfectly on FCKeditor2.2, but not on 2.3, because the core of FCK code has changed.
The problem is that the editor does not appear entirely in the <div> box where it is created. The last part of the editing area is not displayed. I think it is because of the text inserted just before the editor. It may get the height calculations wrong.
So the question is how to get over that problem ? has anyobody done something similar ? thank you in advance.
Y.Chaouche
I am trying to create a plugin similar to CharsCount, but the slight difference is that the informations (number of characters typed = %s) are not displayed directly in the toolbar button, but outside the editor, just above it.
It works perfectly on FCKeditor2.2, but not on 2.3, because the core of FCK code has changed.
The problem is that the editor does not appear entirely in the <div> box where it is created. The last part of the editing area is not displayed. I think it is because of the text inserted just before the editor. It may get the height calculations wrong.
So the question is how to get over that problem ? has anyobody done something similar ? thank you in advance.
Y.Chaouche
RE: Adding text outside the editing area ?
Y.Chaouche