Skip to content

Instantly share code, notes, and snippets.

@ryandemmer
Created February 19, 2015 13:30
Show Gist options
  • 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