Some rough notes:

* You need server logic to browse the file system. This has to be made
available through URL(s) on the server. If you choose an RPC
implementation on the server, check out the various "Rpc*" contribs
(contrib.qooxdoo.org).
* You need client I/O code to communicate with this server logic, to
retrieve directory listings. For this you would use qx.io.* stuff,
(qx.io.remote.Request or qx.io.remote.Rpc, depending on your server-side
implementation).
* For the GUI, create a tree and attach requests for data to the 'open'
events on the folder items. You may consider data binding (qx.data.*) to
bind data retrieval to GUI display.
* On tree (leaf) items you can register an event listener that requests
the document, e.g. on double-click. To download, I would use a simple
window.open in a new tab/window with the document URL set.

T.

On 03/09/2010 05:17 PM, Dennis Janezic / TerraTransfer GmbH wrote:
> Hi,
> 
> I would like to access the file system of the server where my qooxdoo - 
> frontend is available.
> 
> In my special case, I would like to define a directory where all my 
> downloadable documents are nested. When calling the download page, 
> qooxdoo should scan this directory (and possible subdirectories) to load 
> all available files into a treeview and make them downloadable.
> 
> Which possibilities are there to realize my thoughts?!? Which classes 
> could be helpful? I could not find any hints in the demos or in the api 
> - documentation...
> 
> Thanks in advance!
> 
> 
> 
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to