salut
lorsque j'utilse IvoryCkeditorBundle par exemple pour ecrire en gras il m'affiche <strong>bonjour</strong> alors j'ai ajoute le plugin bbcode pour ckeditor mais rien n'a changer voici config.yml

ivory_ck_editor:

plugins:
    bbcode:
        path:     'c:/wamp/www/Symfony/web/bundles/ivoryckeditor/plugins/bbcode/'
        filename: 'plugin.js'
default_config:  my_custom_config
configs:
    my_custom_config:
        language: fr
        toolbar:  basic
        uiColor:  "#FCFCFC"
        heigth: '300px'
       extraPlugins:   'bbcode'

3 réponses


houssem
Auteur
Réponse acceptée

j'ai resolu le probleme en ajoutant
{% block javascripts %}
{% javascripts 'c:/wamp/www/symfony/web/ckeditor/plugins/bbcode/plugin.js' %}

<script type="text/javascript" src="{{ asset_url }}"></script>

{% endjavascripts %}
et
php app/console assetic:dump --env=prod

L'indentation me semble bizarre. Tu n'a pas d'erreur dans la console?

houssem
Auteur

j'ai ca en jaune "DEPRECATION - Defining the initRuntime() method in the "form" extension is deprecated. Use the needs_environment option to get the Twig_Environment instance in filters, functions, or tests; or explicitly implement Twig_Extension_InitRuntimeInterface if needed (not recommended)" je sais pas si on peut le considerer comme erreur
autre chose avec "extraPlugins: 'bbcode' " le champ textarea disparait