Hi,

there's no JavaScript API to get a directory listing from the server, so
you'll have to implement a service that provides it in text form, i.e.
JSON. On the client side, you can then use a JSON store to create a tree
widget representing the directory structure. Check out this demo:

http://demo.qooxdoo.org/current/demobrowser/index.html#data~JsonToTree.html


Regards,
Daniel

On 25.04.2014 09:23, Đăng Khoa Trần Quang wrote:
> Hi Qooxdoo Team,
> 
> I'm developing an product that supports on three plarforms, including:
> Windows, Linux and Solaris. There are two parts: client site (usually
> WEB UI) and server site. User uses browser to interact with my system.
> 
> There is function of my product supporting user to choose a specific
> directory for storage on corresponding OS, we currently use TextField so
> user have to type the correct location on Server Site. For example:
> For Windows: C:\qip\archiveordelete
> For Linux and Solaris: /opt/qip/archiveordelete
> 
> But sometime user does not even know the OS of the Server Site, and they
> will provide an inappropriate location. And the result, my function does
> not work correctly. So Is there a widget of Qooxdoo framework help to
> detect and get all available location of corresponding OS - like browse
> directory of windows - so user easily pick the one he/she wants to ?
> 
> Thanks so much for your supporting.
> 
> Thanks
> Khoa Tran
> 
> 
> ------------------------------------------------------------------------------
> Start Your Social Network Today - Download eXo Platform
> Build your Enterprise Intranet with eXo Platform Software
> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
> Get Started Now And Turn Your Intranet Into A Collaboration Platform
> http://p.sf.net/sfu/ExoPlatform
> 
> 
> 
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to