tinyMCE.init({
mode : "specific_textareas",
editor_selector : "editor",
theme : "advanced",
plugins : "safari,inlinepopups,template,xhtmlxtras",
extended_valid_elements : "iframe[src|width|height|frameborder]",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : false,
template_replace_values : {
username : "Some User",
staffid : "991234"
}
});
