Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Arjan on Mar 18, 2008 08:38
open dhtmlx forum
xTree: moveItem(nodeId, 'up') and moveItem(nodeId, 'down') are broken!

I just started using the xTreeObject, and my start is not very good:
I am trying to move an item in a tree, either up or down. Both result in Javascript errors:

up:
Error: this._getPrevNode is not a function
Source File: http://..../dhtmlxtree.js
Line: 153

down:
Error: this._lastChild is not a function
Source File: http://..../dhtmlxtree.js
Line: 153

Error appears in both MSIE 7 and FF 2.0.0.12.
The functions '_getPrevNode' and '_lastChild' are indeed missing in the JS files...
How long till this has been fixed?

Thanks,

Arjan
Answer posted by Support on Mar 18, 2008 10:19