no se como integraste tinyMCE a tu página, pero necesitas llamar el metodo init de tinyMCE y pasar un objeto con propiedades. Se ve algo parecido a esto:
Código Javascript
:
Ver originaltinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "fullpage",
theme_advanced_buttons3_add : "fullpage"
});
Aquí puedes ver los botones/plugins disponibles:
http://wiki.moxiecode.com/index.php/...trol_reference