Hi,
Can you please guide me through deploying igHtmlEditor ?
The icons are not rendered. Shows square boxes. We are using latest version.
Thanks,
Vaishnavi
Hello Vaishnavi,
It looks like an issue is with styling and since the igHtmlEditor control doesn't support the jQuery UI CSS Framework for styling,
the standard Infragistics theme and the Windows UI themes are supported by default.
I have created a sample of igHtmlEditor using Version 17.2 for your reference.
Please refer the attached sample and let me know if you need further assistance.
Hi Divya,
Thank you for the quick response. The sample you have shared is same as what is showm in the demo page. I have referred to that but the Css and js files are external web links in that.
There are only 2 styles available when we install infragistics. See screenshot below. I have used both and neither of them work.
After you run the installer:
For more information about the structure of the files available ,please refer this link:
https://www.igniteui.com/help/deployment-guide-styling-and-theming
Please let me know if you need further assistance.
Through my style tag I was showing how you can apply custom styling.
I removed the style tag and still all the icons are rendering as expected.
Find the attached modified sample for your reference.
Please let me know if I can provide any further assistance.
Thanks for the quick response. Why have you defined the icons again in style tag when there's already infragistics.theme.css included ?
Once those styles are removed, it doesnt work again. Aren't thise supposed to work as theme.css in already included ?
Thank you for the update.
As per your instruction I embedded the same sample (igHtmlEditor) into iframe and found the sample is working as expected.All the fonts are loaded correctly.
Please find the attached sample I have created to perform my testing, if the sample is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
The sample works. Even i created a sample and it works fine. There is no Iframe in sample.
We have embedded HTML Editor into IFrame and the fonts are not loading. Can you help us with this ?