views:

41

answers:

3

Hello,

I'm looking for a simple javascript html editor that support:

  • using div(contenteditable) insteal of using iframe
  • auto resize content height when typing.
  • support some functions: bold, italic, orderedlist..., could plugin more toolbar button in the furture.

Thanks

+1  A: 

Check the HTML editors supported by major CMSen. For example, Joomla! has pluggable inline HTML editors. Take your pick and use one.

Borealid
Thank you very much!
noname.cs
+1  A: 

Not sure whether it uses iframe or not but check out CKEditor

http://ckeditor.com/demo

Raj Kaimal
Thank you very much!
noname.cs
+2  A: 

I think NicEdit meets all your requirements... no iframe, simple and lightweight, simple text formatting and lists, expands as you type, plus a lot of the other usual stuff you'd expect from a wysiwyg editor.

http://nicedit.com/

no
I think nicedit is what i'm looking for. Thank you very much!
noname.cs