Hello,
I am trying to use igHTMLEditor in an MVC4 project and the editor does not display correctly. Specifically the toolbars do not display.
I set up a project containing only the editor and tried to mimic one of the basic IG online samples. The layout and view files are attached along with a screen shot. The result is the same in IE, Chrome, Firefox and Safari.
I do get an error: Uncaught TypeError: Cannot read property 'mouseup' of undefined
in: infragistics.ui.shared.js
If anyone has a suggestion how to fix this I would appreciate it!
Thanks,
Randy
Hello Randy,
Based on my understanding this behavior can be present if the script files are missing. I was not able to see the behavior you described. I have attached a sample based on the attachment you have provided. I have used CDN as well as local references and the application works as expected.
I hope this helps.
Hi Bhadresh,
There is one other thing -- when I use the CDN to get the js files, I get the "Ignite UI Trial Version" message on my website. I do have a purchased license but don't know how to get rid of the message. That is why I have been referencing the js files from the web server, I don't get the trial message when I do that.
You can also add the required JavaScript files for the controls you are using if you are not using igLoader. Refer to the link below that will give you more details on the required JavaScript files for each control:
http://help.infragistics.com/NetAdvantage/jQuery/2013.1/CLR4.0?page=Deployment_Guide_JavaScript_Files.html
I am just following up to see if you need any further assistance with this matter.