AndreaGProg

Results 7 comments of AndreaGProg

![bug-froala-inlineclass](https://user-images.githubusercontent.com/60134321/73340904-de86ac80-427b-11ea-83a0-c53dc116dc59.jpg)

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-bug](https://user-images.githubusercontent.com/60134321/74547361-49a6d300-4f4c-11ea-9b28-d3c992d7d343.jpg)

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...