Hi,
I have inserted a webhtmlcontrol in my project however the images of toolbar controls (save,bold,italic,underline,bullet list) are not coming. Please refer the attached screenshot. From where i can get these images?
Thanks,
Mits
Uh, nevermind. It seems as though this is a design time issue only. Which is odd since the runat="server" is present on the markup, it should be able to draw the images in the designer.
I have copied the images into my project and used the quick designer to set the property to point to that folder. Still the toolbar images are red x, What is going on?
Hi Michael,
So far i am fine with this. Thanks for the follow up on this. I am closing this case now.
Hello Mits,
Please let me know if you have any other questions or concerns about this issue and I'll be glad to help you.
Hi Mits,
The WebHtmlEditor has the UseLineBreak property which you can set to true to use <br> instead of <p>. I think any other functionality may require some javascript.
Here's our documentation on the WebHtmlEditor's server side properties:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=Infragistics4.WebUI.WebHtmlEditor.v12.1~Infragistics.WebUI.WebHtmlEditor.WebHtmlEditor_members.html
Please let me know if you need further assistance and I'll be glad to help.