Closed maeishoj closed 8 years ago
Hi there,
My team switched to V2 and some of the plugins are not working anylonger.
I used to have things like Fullscreen, but now the button does not even show in the toolbar! I load all my plugins, then I have the redactor options in my ctrl as follows:
$scope.redactorOptions = { plugins: ['table', 'fullscreen', 'video', 'imagemanager', 'clips', 'fontsize', 'fontfamily', 'fontcolor', 'definedlinks'], buttons: ['html', 'formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'video', 'file', 'table', 'link', 'alignment', 'horizontalrule', 'fullscreen', 'clips'], imageUpload: '/upload', definedLinks: dummyLinks, focus: true, enterKey: true, linebreaks: true, buttonSource: true, imageResizable: true, imageEditable: true, imageLink: true, visual: true, // false for html mode blurCallback: function(e) { $scope.$apply(function() { $sce.trustAsHtml($scope.campaign.descriptions[$scope.currentLanguageIndex].Value); $scope.showRichTextEditor = false; }); } };
However, only Bold, italic, strikeout, outdent, indent, image, link and Line are showing up. :(
Anyone can give me some tips?
I had to download the new plugins too, which have some difference in syntax. :/
Hi there,
My team switched to V2 and some of the plugins are not working anylonger.
I used to have things like Fullscreen, but now the button does not even show in the toolbar! I load all my plugins, then I have the redactor options in my ctrl as follows:
$scope.redactorOptions = { plugins: ['table', 'fullscreen', 'video', 'imagemanager', 'clips', 'fontsize', 'fontfamily', 'fontcolor', 'definedlinks'], buttons: ['html', 'formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'video', 'file', 'table', 'link', 'alignment', 'horizontalrule', 'fullscreen', 'clips'], imageUpload: '/upload', definedLinks: dummyLinks, focus: true, enterKey: true, linebreaks: true, buttonSource: true, imageResizable: true, imageEditable: true, imageLink: true, visual: true, // false for html mode blurCallback: function(e) { $scope.$apply(function() { $sce.trustAsHtml($scope.campaign.descriptions[$scope.currentLanguageIndex].Value); $scope.showRichTextEditor = false; }); } };
However, only Bold, italic, strikeout, outdent, indent, image, link and Line are showing up. :(
Anyone can give me some tips?