Dear Team ,
When i am trying to use iGtextEditor control in my Project i see following error
i use same code as in sample Sample
all css and Js refrences are same.
Hello Anuj,
Thank you for posting in our community.
From the screenshot provided it seems that Infragistics js files required by igTextEditor are not referenced.What I can suggest for testing purposes is to try referencing the js files from our cdn. For example:
<head> <title></title> <!-- Ignite UI for jQuery Required Combined CSS Files --> <link href="">cdn-na.infragistics.com/.../infragistics.theme.css" rel="stylesheet" /> <link href="">cdn-na.infragistics.com/.../infragistics.css" rel="stylesheet" /> <script src="">ajax.aspnetcdn.com/.../modernizr-2.8.3.js"></script> <script src="">code.jquery.com/jquery-1.11.3.min.js"></script> <script src="">code.jquery.com/.../jquery-ui.min.js"></script> <!-- Ignite UI for jQuery Required Combined JavaScript Files --> <script src="">cdn-na.infragistics.com/.../infragistics.core.js"></script> <script src="">cdn-na.infragistics.com/.../infragistics.lob.js"></script> </head>
This is the approach used in the samples in our online samples browser.
Alternatively, what I can suggest is sending me a small isolated sample that I can debug on my side. This is going to be very helpful for finding the root cause of this behavior.
Looking forward to hearing from you.
thanks