Skip to content

Instantly share code, notes, and snippets.

@hadrienl
Created November 15, 2011 10:00
Show Gist options
  • Save hadrienl/1366610 to your computer and use it in GitHub Desktop.
Save hadrienl/1366610 to your computer and use it in GitHub Desktop.
this.data._editor.focus();
this.data._editor.execCommand(
'inserthtml',
"<br /><br />Bar"
);
console.debug(this.data._editor.getContent());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment