froala / angular-froala

Angular.js bindings for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
306 stars 123 forks source link

transition from 2.9.X to 3.0.X issues #219

Closed dolphinsd closed 5 years ago

dolphinsd commented 5 years ago

Luck of documentation creates questions. Here is our transition pain, we cannot find answers:

  1. We used to be able to cal this: this.editor('events.enableBlur'); What do we call now to enableBlur on the editor in angular ?

  2. We used to call this: if (this.editor('codeView.isActive')) { this.innerValue = this.editor('codeView.get'); this.onChangeCallback(this.innerValue); } What do we call now in angular?

  3. We used to define custom icon with fa5 like this: $.FroalaEditor.DefineIcon('insertContent', { FA5NAME: 'magic', NAME: 'magic'}); How do we define custom icon, we do not want to use one of your predefined svgs.

dolphinsd commented 5 years ago

wrong repo