Skip to content

Instantly share code, notes, and snippets.

@jorkas
Created April 12, 2011 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorkas/915195 to your computer and use it in GitHub Desktop.
Save jorkas/915195 to your computer and use it in GitHub Desktop.
TinyMCE Raw Embed Plugin Init
tinyMCE.init({
// General options
mode : 'specific_textareas',
editor_selector : 'editor',
theme : "advanced",
plugins : "inlinepopups,paste,rawembed",
// Theme options
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,bullist,|,rawembed,code",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_buttons4 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment