Log in

View Full Version : How to add Editor?



UrmilaP
01-03-2011, 07:29 AM
I am solving issue, I have page I am adding 2 text area on this page to add text. but instead of text area I want editor there, How can I ? Please tell me.

Beverleyh
01-03-2011, 06:49 PM
TinyMCE is a free javascript editor that plugs into a page and turns textareas into editors with WYSIWYG toolbars. Its very easy to implement and the toolbar is easily customisable.

bluewalrus
01-03-2011, 07:24 PM
It depends on what you want you to be able to handle, where your sending it and how you're sending it. Can you be more specific?

Here's a list of some editors.

http://en.wikipedia.org/wiki/Category:JavaScript-based_HTML_editors

I've yet to find an editor that suited my needs so I've been working on customizing ckedtior with the ckfinder plugin.