Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
590
Javascript errors on everything...
posted

Not sure what I'm missing in setting this control up, but it does absolutely nothing right now, every button errors, and I can't enter text into the control.  At first images were not loading when I would run the app to test/debug (they displayed in Visual Studio), I followed other advice to copy the images folder to the working directory.  But apparently I'm missing something else or with the javascript files.

Using 10.3.20103 in Visual Studion 2010 (4.0)

 

As an example If I click on the "B" for bold...

Microsoft JScript runtime error: Object expected

Visual Studio highlites this:

onclick

 

 

="iged_act('Bold')"

Parents
  • 7499
    posted

    Hello,

     

    When you install infragistics, it will create a virtual directory named "ig_common" and inside that there will a "<version_number>/Scripts" folder. Please make sure you have Scripts folder at this location.

     

    If you refer to default images, then they should be located at ~/ig_res/Default/images/ directory. If you have custom StyleSetName, then it should be ~/ig_res/YourStyleName/images.

     

    Please be more specific which exactly images are missing.You may look at generated html, find IMG objects which used to show them and look at their src. Those urls should be available on server and have files with those names.

     

    Please let me know if you have any further questions regarding this matter.

     

    Sincerely,

    Prabha.

Reply Children
No Data