Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
625
Add new font-family and add new button in igHtmlEditor
posted

Hi,
I am using igHtmlEditor, i need some customization for below points

1. How to add Dynamic font-family - i get the font lists from Data Base i need to show the list of font-family in drop down.

2. How to add a new button, when i click the button it shows the popup and show two input fields.

Here i attache the screen sort for referance.

Thanks in Advance

Robin Bronston D

Parents
No Data
Reply
  • 11095
    Offline posted

    Hello Robin,

    1. Font families can be set by using the toolbarSettings, the toolbar is called textToolbar. When the default font families are replaced the default values for the other toolbar should be set again with default values. They can be copied from the source code => https://github.com/IgniteUI/ignite-ui/blob/master/src/js/modules/infragistics.ui.htmleditor.js#L529.  I have created sample to demontrate this, it can be reviewed on jsfiddle.
    2. For custom buttons and toolbars please refer to our  Custom Toolbars and Buttons sample

    Let me know if I may be of further assistance.

Children
No Data