Top "Execcommand" questions

Executes a command on the current document, current selection, or the given range.

Is there something better than document.execCommand?

When implementing a web-based rich-text editor, I read that document.execCommand is useful for performing operations on an HTML document (…

javascript ckeditor richtext dom execcommand