SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

File button on the toolbar #45

Closed eliaswebdev closed 11 years ago

eliaswebdev commented 11 years ago

Hi. How can I add the file button on the toolbar? I tried insert into my redactor-rails/config.js the line:

'buttons': ['html', '|', 'formatting', '|', 'bold', 'italic', 'deleted', '|', 'unorderedlist', 'orderedlist', 'outdent', 'indent', '|', 'image', 'video', 'file', 'table', 'link', '|', 'fontcolor', 'backcolor', '|', 'alignment', '|', 'horizontalrule']

Everything works correctly but the file button does not work. Can you help-me?

eliaswebdev commented 11 years ago

I solved.

Sylvain commented 11 years ago

HI @eliaswebdev I'm interested because I have the exact same problem!

satansdeer commented 9 years ago

@eliaswebdev wtf man! When you solve problem you don't just say "I solved"! Tell us how did you solve it!