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
30
igHtmlEditor toolbar icons not displaying
posted

Good day,

I am using the latest IgniteUI controls, and just started using the igHtmlEditor. The toolbar icons are not displaying for some of the buttons (as seen in the screenshot), I did a check using Fiddler to see if any resources are missing, but none are reported, and my IgniteUI directory in the solution is up to date with 14.1's resources.

I am using IE 11, with Windows 7, developing in VS 2013 Update 2 and using IIS Express 8 (built-in with VS).

Can anyone advise me on what I am doing wrong?

Thank you,

Parents
  • 29417
    Verified Answer
    Offline posted

    Hello Eduard ,

     

    Thank you for posting in our forum.

     

    Make sure that all of the styles are properly loaded on the page. For example:

        <!-- Ignite UI Required Combined CSS Files -->

        <link href="http://cdn-na.infragistics.com/jquery/20141/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />

        <link href="http://cdn-na.infragistics.com/jquery/20141/latest/css/structure/infragistics.css" rel="stylesheet" />

     

     

    You can check the following example from our online samples that demonstrates how the html editor can be initialized:

    http://www.igniteui.com/html-editor/overview

     

    Let me know if that helps.

     

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Reply Children
No Data