Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ariel Maioli on Mar 19, 2009 09:02
open dhtmlx forum
aeditor is undefined...

Hi,
We are using a "dhtmlXGridObject" object in many places in our project.
In most of them we are using version "dhtmlxTreeGrid_pro_v15_71114.zip", but in another one we were still using an older version.
Now, we want to upgrade this older page to use the same version as others.

So, we are changing the calls to the JS files in this way...

OLD CALLS:
<script src="scripts/dhtmlXCommon.js"></script>
<script src="scripts/dhtmlXGrid.js"></script>
<script src="scripts/dhtmlXGridCell.js"></script>
<script src="scripts/dhtmlXGrid_excell_link.js"></script>
<script src="scripts/dhtmlXGrid_drag.js"></script>

NEW CALLS:
<script src="scripts2/dhtmlxcommon.js"></script>
<script src="scripts2/dhtmlxgrid.js"></script>
<script src="scripts2/dhtmlxgridcell.js"></script>
<script src="scripts2/dhtmlxtreegrid.js"></script>
<script src="scripts2/dhtmlxgrid_drag.js"></script>

The problem is that we get the following error when trying to load the grid:

aeditor is undefined

[...]/scripts2/dhtmlxgrid.js

Line 266

Do you know what could be the problem?

Thanks in advance!
Answer posted by Alex (support) on Mar 19, 2009 09:12

Hello,

Probably here

<script src="scripts2/dhtmlxgrid_excell_link.js"></script>

is missed.