J'ai fait l'intégration de fckeditor avec zend framework.Intégration de l'architecture fckeditor de Zend
utilisez l'assistant d'affichage personnalisé.
et sa vocation classe fckeditor maintenant
mon problème est qu'il est (classe fckeditor) en utilisant iframe pour afficher fckeditor. Ici, l'image de travail de Zend ne fonctionne pas.
lien Iframe construit par classe eckeditor est:
/mysite/public/js/fckeditor/editor/fckeditor.html?InstanceName=page_text_details
c'est donner ci-dessous une erreur en raison de lien iframe pour fckeditor.html
Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (js)' in /var/www/html/......
S'il vous plaît aidez-moi comment puis-je supprimer ce.
Même j'ai utilisé htacces pour réécrire l'URL
mon fichier htaccess est:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule !\.(htm|html|txt|swf|js|ico|gif|jpg|png|css|php|xml|pdf|cab)$ index.php [NC,L]
duplicata possible: http://stackoverflow.com/questions/4311049/how-to-add-custom-form-element-fckeditor-in-zend-framework – JellyBelly