Hi,
The problem that I have is that 2 colour picker boxes show up on the corner of my page.
Even when I click the buttons for font colour or text highlight colour, the colour pickers show on the bottom corner of page again.
I am using the igHtmlEditor in Typescript (javascript), like so:
$('#divEditor').igHtmlEditor({ height: 500 }); $('#divEditor').igHtmlEditor("option", "width", "100%"); $('#divEditor').igHtmlEditor('setContent', this.message, 'html');
and my html is:
<div id="divEditor"></div>
Hi Arshad,
I tried this and it worked fine for me, so I attached my test sample project to this post. Please review it and see how it turns out for you.
Please let me know what is the browser that you are using and what is the exact version of the our IgniteUI product installed on your machine.
Can you also share a page that reproduces the described issue?
I will be waiting for your feedback.
Hi Boris,
Your sample worked great. But I dont know why my one doesnt work.
Im using google chrome browser and my version of ignite ui is 14.1.20141.2031
Im afraid Im not able to share the page