Alex Isayko

Results 14 comments of Alex Isayko

You mean this #6 ?

This feature will be added in next release

Just add to your forms: ``` class Media: js = ('mce_filebrowser/js/filebrowser_init.js',) ```

You can specify plugins option in TINYMCE_DEFAULT_CONFIG See here http://www.tinymce.com/wiki.php/Configuration:plugins

In your settings.py ``` python TINYMCE_DEFAULT_CONFIG = { 'plugins': "emotions,table,spellchecker,paste,searchreplace", 'theme': "advanced", 'file_browser_callback': 'mce_filebrowser' } ```

ok, i will check soon

Hello rstalbow, I'll look on this issue asap. For the moment i have no time available

I can't repeat the bug. rstalbow please give more info on your installation steps.