Skip to content

Instantly share code, notes, and snippets.

@ryandemmer
Created February 19, 2015 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryandemmer/3ebfae1f54fa81c6563b to your computer and use it in GitHub Desktop.
Save ryandemmer/3ebfae1f54fa81c6563b to your computer and use it in GitHub Desktop.
Dynamically add TinyMCE editor
if (typeof tinymce !== "undefined") {
tinyMCE.execCommand('mceAddControl',false,'textarea_id');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment