-
26 May 2008 2:16 AM #311
Integrate the multi selection for drag and drop ?
Integrate the multi selection for drag and drop ?
Hi saki,
I have just use you amazing component and it will help me a lot.
Actually, i would like to integrate the multi selection nodes for drag and drop multiple files like this post http://www.extjs.com/forum/showthrea...selection+node
maybe have some tips and clues to help ?
-
26 May 2008 3:39 AM #312
Multiselection is not implemented in FileTreePanel (yet). There is some job to be done client side, prepare and deliver json, and multiple file move server side.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
27 May 2008 7:45 AM #313
Im trying to use the TreePanel's selectPath to work, but it doesn't seem to...
if I have a structure that looks like:
a
---b
-------c
and I try to call selectPath( 'root/a/b' ), it doesn't work. selectPath('root') works and getPath(node) for node = a -> b shows 'root/a/b', so the path im searching for matches what the structure uses..
This might not belong in this thread specifically, but since what I am using is indeed the filetreepanel, you might have come accross this, or maybe have implemented a method to do something equivalent.
thanks!!
-
29 May 2008 1:40 PM #314
How can i put the filetree in a layout window? i try but it don't work.


thanks
-
29 May 2008 3:58 PM #315
FileTreePanel is extension of Panel so you do it exactly as placing a Panel in a "layout window". If you don't know how to place an ordinary panel there, take a look at more examples, docs and search forums.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
31 May 2008 10:35 AM #316
Quick question regarding Jsakalos file uploader extension
Quick question regarding Jsakalos file uploader extension
Ok so I am still amazed by this extension, but I seem to be having trouble getting the "busy" or "working" icon to display during an upload. In uploadpanel.js I have set the proper css class for the icon like so:
in my css file, I have the following declaration:Code:workingIconCls:'icon_waiting_ajax'
I tested the icon path in my browser without a problem. The thing is, firebug doesnt seem to try and load "wait.gif" whatsoever.Code:.icon_waiting_ajax{background-image:url(/img/icons/wait.gif) !important ;}
I hope this isnt due to missing the PECL extension in php for the progress feature...
Any ideas?Last edited by mystix; 1 Jun 2008 at 7:45 PM. Reason: merged with main thread
-
1 Jun 2008 2:36 AM #317
-
1 Jun 2008 9:34 AM #318
Thanks for the reply, but I have over 50 different css class declarations that all precede with a forward slash and they work fine. But I still tried and I still dont see any icon while the files are uploaded.
In testing further, I also realized that for some reason IE 7 attempts to download the php script rather than submitting the form to it. And the hidden browse button isnt lined up correctly either, so I am forced to click in the top right corner since its not centered behind the Ext button.
This seems like a very useful extension, so I'm sure that alot of us would love to perfect it
I see that saki's version works seamlessly on all browsers, thats why Im not giving up on this one.
-
1 Jun 2008 11:58 PM #319
Re icon: There is one universal advice I'm giving in such cases: If my demo page works as expected then see what is different in your app. If my demo page doesn't work (same problem), please let me know.
Re browse button: There has been some discussion recently with the original author; I will also contact him for some debug.Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
2 Jun 2008 8:58 AM #320
Thanks saki,
The only thing I can think of is that I'm not including the filetree files and resources. Would this be a probable cause?
Another thing I forgot to mention is that it seems the "working" or "busy" icon does not work with any components for me, not just this extension. Im not sure why... but if anyone has an idea, please share it


Reply With Quote
