Modification on module moodle/files

Modification on module moodle/files

yazan Raimon Bosch -
Yanıt sayısı: 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?

 

Raimon Bosch yanıt olarak

Re: Modification on module moodle/files

yazan Guy Thomas -
Core developers 'ın resmi Plugin developers 'ın resmi
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).