Greetings. I'm trying to create an ejDialog with a Font Awesome exclamation triangle icon in the title bar, and I can't get it to work. Here's my html:
<div id="dialog" ej-dialog e-allowdraggable="false" e-faviconCSS="fa fa-exclamation-triangle" title="Error" e-showoninit="false" e-create="createDialog" e-enablemodal="true" e-height="200" e-width="400">
If I put the Font Awesome icon inside the dialog in an <i> tag, it shows up fine, but when I debug the page, it looks like it's not seeing the class at all in the dialog. What am I doing wrong?
Thanks very much in advance. :)