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,
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
Hello Maya,
Thanks for the response. My problem seems to have been related to the location I referenced my jQueryUI file. I moved it and the icons are now displaying fine, but thank you anyway for putting me on the right track.
You may close this call, please.
Regards,
Eduard Kruger.