Other examples
- simply jquery file commander
- jquery file commander with swf upload
- jquery file commander with ajax upload
For more information about JFC and download go here http://blog.niepokoj.com/
panels auto generated here
Keyboard shortcuts v0.5 (some operations was disabled in demo to keep files clean)
Navigation keys
- space - file/folder selection
- backspace - folder up
- pgup, pgdown - scroll page up/down
- home, end - to begining/end of file list
- up, down - move cursor up/down
- tab, left, right - move cursor between panels
Operation keys
- enter - open folder
- f5 - copy selected file(s)/folder(s)
- f6 - move selected file(s)/folder(s)
- shift+f6 - rename current file/folder
- del - delete selected file(s)/folder(s)
- f7 - create new folder
- f9 - reset path
- ctrl+R - reload current view
Tested on:
- FireFox 3.6.x - ok
- Chrome 4.0.x - ok
- IE 8 - use shift+f5 instead of F5
Release history
- 0.5 - 17 may 2010
- added callbacks onPanelGetFocus, onPanelLoseFocus, onTabGetFocus, onTabLoseFocus, onTabLoad
- switched from table to div view
- fixed problems with long names and row height
- fixed a lot of minor bugs
- 0.4 - added file downloading
- 0.3 - initial public release
TODO:
- file download with ajax (now is direct link to file)
- file upload
- file searching
- changing panel view with files from table to div
- add possibility to change file view to image, tree
- change methods definitions to pass parameters in arrays
- add chmod function
- make folder views in tabs
- make all operations available for "mouse clickers" :D

