Looking for inline html editor [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI'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 too开发者_开发问答lbar button in the furture.
Thanks
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/
You can check this one
http://xreader.github.com/inplaceeditor/ it uses contenteditable
Demo can be found here http://xreader.github.com/inplaceeditor/demo.html
Check the HTML editors supported by major CMSen. For example, Joomla! has pluggable inline HTML editors. Take your pick and use one.
Not sure whether it uses iframe or not but check out CKEditor
http://ckeditor.com/demo
精彩评论