Closed chrisjung-dev closed 10 years ago
see issue #9
I've been working on this. Everything seems to be working, except for the rows and cols drag-and-drop. i've commented out the line that does the magic because both a possible bug on jQuery and and possible bug on Dokuwiki.
More details:
If using Dokuwiki's attach(), javascript complains because DEPRECATED() is called (but it has been removed from Weatherwax!). It seems that they forgot to remove the reference to scripts/drag.js and it's still being loaded, but DEPRECATED() does not exist.
If trying to use jQueryUI's Draggable instead, a possible bug on Firefox prevents it from working. I still have to check this issue.
Another fork which hasn't progressed farther than @gentakojima can be found at: https://github.com/Klap-in/edittable
However, it includes a php fix for Binky.
fixed with new release
This should be made compatible with weatherwax using jQuery API.