
09/05/2006, 12:11
|
| | Fecha de Ingreso: noviembre-2003 Ubicación: Valencia
Mensajes: 131
Antigüedad: 21 años, 5 meses Puntos: 1 | |
plugin imagenes en tinyCME Hola a todos
A ver si alguien me puede echar una mano en esto.
Estoy intentando añadir un plugin al editor tinyCME, se trata de uno que encontré par agregar imágenes algo más avanzado que el que tienen por defecto.
Pues llevo toda la tarde intentándolo, y nada me sirvió.
El codigo que pongo es el siguiente:
Código:
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "imanager,preview,flash",
theme_advanced_toolbar_location : "top",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright, justifyfull,separator,bullist,numlist,undo,redo,link,unlink",
theme_advanced_buttons1_add : "separator, imanager,flash,preview",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});
el plugin se llama imanager
Gracias |