Modification on module moodle/files

Modification on module moodle/files

by Raimon Bosch -
Number of replies: 1

Hello,

I want to do a little modification to file's module. I see that the actual module is very good because it allows to do copy-pastes, make directorys,etc.. but it will be possible to do using AJAX (using JQuery maybe).

The basic idea is do an interface very similar to Desktop where you can select an item with the mouse an drag it to the selected directory.

Any ideas?

 

Average of ratings: -
In reply to Raimon Bosch

Re: Modification on module moodle/files

by Guy Thomas -
Picture of Core developers Picture of Plugin developers
If you are going to do this, the best JS lib to use would be Yahoos YUI.
This is the official Moodle JS lib for AJAX and DHTML.
Its a shame that they picked Yahoo YUI as I think there are better libs out there (e.g. Mochikit or as you suggest JQuery).