Buenas. He descargado el el tinymce de la web oficial y no me funciona. Si no lo entiendo mal insertando este codigo:
Código:
<script language="javascript" type="text/javascript" src="includes/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "fullpage",
theme_advanced_buttons3_add : "fullpage"
});
</script>
deberian de verse todos los textareas como si fueran un editor de texto, pero a mi se me siguen viendo igual.
¿alguien sabe porque?.
Gracias.