Can not able to add Custom Widget in Mendx

0
Hi, I am getting the below mentioned error while adding a custom widget in mendix.   Please help me to resolve this issue.
asked
2 answers
1

Hi Deepu,

If you check the console of the modeler or your browser you will see the reason why it isn't loading. Chrome/Firefox: ctr-shif-i, IE/Edge: F12. There is a lot of content on this forum regarding these issues to help you further.

Kind Regards,

answered
0

Probably a javascript syntax error. You start with the following:

  1. Use the browser console (F12) to get a detailed message
  2. Use the browser source debugger
  3. Use JSLint to get syntax errors in the javascript code of the widget
  4. Inspect the Mendix Console if you use a recent 7.x version
answered