From Learn About the Ext JavaScript Library
| Summary: Ext FileTreePanel
|
| Author: Jozef Sakalos
|
| Published: July 8, 2007
|
| Version: 1.0-beta2
|
| Ext Version: 1.1
|
| License: LGPLv3
|
| Demo Link: View Demo
|
| Forum Post: View Post
|
Description
The Ext FileTreePanel is Ext.tree.TreePanel extension with addition of basic file/folder management functionality. The planned functions are upload, rename, delete, new folder and move.
The Ext FileTreePanel uses json for server/client data transfer and a PHP class as server backend.
Changelog
- Ver: alpha1 All basic file operations work but I'm still searching for the best concept of syncing client's tree with server's underlying file system. Code and demo change frequently. Not for serious use.
- Ver: 1.0-beta1 Tree behaves quite well, server round trip count optimized, further improvements needed. Not for serious use.
- Ver: 1.0-beta2 The new Ext.ux.UploadForm has been integrated into the context menu. Not for serious use yet.
Screenshots