Page 1 of 1

similar to FCKeditor

Posted: Mon Nov 29, 2010 1:01 pm
by amirbwb
Hello does anyone knows a script that is similar to FCKeditor, so i can insert it insted of the <textarea> ...
or someone can help me by giving me the site where i can learn how to create a tollbar at the top of the comment box exactly like the one use in forums

[Quote][Text]

Code: Select all

[List=][*][Img][URL][Font colour]

Thanks for helping :D:D

Re: similar to FCKeditor

Posted: Mon Nov 29, 2010 1:09 pm
by NeooeN
What is exacly your goal? Is there any reason to not use the FCKeditor? If you like to script it by your self you can try something like that: http://www.php.net/manual/en/book.bbcode.php or http://elouai.com/bbcode-sample.php. Is that helpful to you?

Re: similar to FCKeditor

Posted: Mon Nov 29, 2010 1:37 pm
by greyhoundcode
But is it FCKEditor or just CKEditor these days?

Plenty of other options out there too, including the YUI 2 Rich Text Editor and TinyMCE.

Don't know whether you want an out-of-the-box solution or you're looking at coding your own, but either way they are probably worth a look (if only for ideas and inspiration?).

Re: similar to FCKeditor

Posted: Mon Nov 29, 2010 2:43 pm
by amirbwb
NeooeN wrote:What is exacly your goal? Is there any reason to not use the FCKeditor? If you like to script it by your self you can try something like that: http://www.php.net/manual/en/book.bbcode.php or http://elouai.com/bbcode-sample.php. Is that helpful to you?
actualy i want to create a comment box so users can post comments, the FCKeditor is complecated and you can enter the server from it. I'm using it as an admin in my admin directory ... and THANKS FOR HELP
greyhoundcode wrote:But is it FCKEditor or just CKEditor these days?

Plenty of other options out there too, including the YUI 2 Rich Text Editor and TinyMCE.

Don't know whether you want an out-of-the-box solution or you're looking at coding your own, but either way they are probably worth a look (if only for ideas and inspiration?).
I prefer to learn how to code it but for i also need to see a demo ;) and comparing codes ..THANKS FOR HELP