if (!RedactorPlugins) var RedactorPlugins = {}; RedactorPlugins.myplugin = { init: function () { this.buttonAddAfter('link','myplugin', 'myplugin', $.proxy(this.insert, this)); },
Как добавить кнопку в redactor?
может, ее надо включить в настройка редактора из админки?