FCKeditor.Net 2.6.4 released
A new version of FCKeditor.NET, the ASP.NET Control to easily integrate FCKeditor on ASP.NET pages, is now available.
This is a security release. Upgrading is strongly recommended.
To download the component, please visit the download page.
Hi..
We have used fckeditor..it was working properly.
But now its giving error as pop up message "Message from webpage"- Error loading fckstyles.xml
When we clicked Ok to see more informaion,
The Pop up like -
URL requested:- //site url
Server Responce:
Status: 200
and so on..
Can anyone tell the reason for this error?
Thanks
I am using fckeditor 6.2.1 with Drupal 6 and it is not saving the text edits I make. I am Admin, using FULL HTML to make posts.
why fckeditor dose not have icon for text direction from left-to-right and left-to-right?
how can i add it to my fckeditor?
thanks alot
This is a CKEditor 3 feature, not available in FCKeditor 2.
thanks alot for your reply.
please add this feature(text direction) to FCKEditor, because thisis very important feature for those language are right to left.
thanks alot.
when i copy the content from .odt file and the full content is not visible to the user. why so?
cheers!!
We were told this past Friday that FCKeditor is no longer supported. If this is true, does our corporate licence transfer to CKeditor?
Thanks,
Ed
Yes, previous licenses are still valid for CKEditor, as long as the one year upgrades and support timeframe gets respected.
Hi,
I am shailesh facing the underline issue in fckeditor. If i am adding any text and make underline it from the toolbar then its not making it as underline text eventhough if i am checking in html source then it append <u>before text and prepend </u> after the text.
regards
Shailesh
Hi There,
I would like to try and incorportate FCK into an application. I have followed the instructions to download this version but the main code is missing as stated, unfortunately there are no instructions on where to get this code?
Cheers
It does not work for me as well
i am using the below code for replacing the textbox to ckeditor.
<script type="text/javascript">
CKEDITOR.config.HtmlEncodeOutput = true;
CKEDITOR.replace('TextBox1');
</script>
now
I want to insert mathematical equations inside ckeditor.
anybody knows how to do it...
ur help is highly appreciated.