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

Display text instead of icon in custom dropdown #163

Closed shahilg closed 6 years ago

shahilg commented 6 years ago

Hi,

I have added the custom dropdown to the editor and want to show the text instead of icon in the toolbar for the custom drop-down. Looking forward to it.

Thanks.

stefanneculai commented 6 years ago

For that please use the html property: https://www.froala.com/wysiwyg-editor/docs/concepts/custom/dropdown.

shahilg commented 6 years ago

@stefanneculai Thanks for your inputs. I tried that but it helps me to do the customization with HTML in the option. I just want to show the dropdown in the toolbar with text and not the icon.

fatihtan commented 6 years ago

Hi @stefanneculai ,

In your answer, dropdown options can be customized in html. We need to define toolbar item as text. Just like font family dropdown. How can we do that.

clovis1122 commented 3 years ago

BUMP. @stefanneculai any solution to this?