Documentation is wrong

The example provided for the detach event listeners is wrong
Event Handling - detach()

dhxWindow.events.detach(onmove);
should be
dhxWindow.events.detach('move');

Thank you for your report.
We’ll try to fix this mistake in the near future.

Thank your report.
The mistake was fixed and now docs page is correct.