AndreaGProg
                                            AndreaGProg
                                        
                                    
https://www.froala.com/wysiwyg-editor/examples/inline-classes **Feature request:** **1) Ability to add multiple "inlineClasses" buttons** (without having to implement them with the FroalaEditor.RegisterCommand) **2) Improve the code** a) add a class to a word: `dropdown`...
Yes, I think if a Class is present in the "inlineClasses" property, it must remain like this. For example, later on, I might want to run other javascript code on...
It would be nice to be able to add more custom buttons From ``` inlineClasses: { 'fr-class-code': 'Code', 'fr-class-highlighted': 'Highlighted', 'fr-class-transparency': 'Transparent' } ``` To ``` toolbarButtons: ['inlineClass', ..., ...,...
New bug: 1 https://jsfiddle.net/ospyuvzb/ 2 remove "highlighted" from the single word "are" 3 copy all 4 paste -> bug -> all sentence is "highlighted" 
New new bug: 1 https://jsfiddle.net/ospyuvzb/ 2 remove "highlighted" from the single word "are" 3 copy all 4 paste -> bug -> all sentence is "highlighted" 5 copy all 6 paste...
> For the first one, please see https://jsfiddle.net/L5qg82n1/3/. You need to use useClasses option as true so it won't make style attribute upon paste. Please see https://froala.com/wysiwyg-editor/docs/options#useClasses. Thanks for this...