Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
Hi
I am trying to add EO.Web controls to a page which also contains a CrystalReportViewer control.
I am finding that there is a conflict in the javascript for the crystal control caused by the addition of the EO controls. I know that Crystal uses Dojo/Mochikit and the error occurs in the getHTML call within the allonone.js include:
Microsoft JScript runtime error: Object doesn't support property or method 'getHTML'
....for(var i in sub){a[j++]=sub[i].getHTML(o.initialIndent,i==0);}a[j++]="</span>"+o.endHTML()....
Without any EO controls on the page this error does not occur.
Could it be that EO.Web redefines some prototype which causes this conflict?
I can post HTML for the page with and without the EO controls but would preferer to do this by email rather than on this forum.
Kind Regards Sean
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
We added a member into Array.Prototype which caused this problem. We have sent you a new build with this member removed, please try that build and see if it works for you. Please view your private message for the download location of the new build.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
Bingo, that worked...
|