I looked at that once for a project I was working on.. they weren't really
shifting left/right what they were doing was inserting a new listbox to the
right of the previous box.

So:  listbox A has the drives and you click on one, you then insert another
listbox B to the right of A and then use an ajax call to populate listbox B
with the files/folders on the clicked drive.  When you click on a folder in
listbox B you insert listbox C to the right of B and so on and so on...

That was the problem with the implementation I saw, you could have 10
listboxes and the screen got too crowded.  I suppose though, that now that I
have a minisucle of experience that one could always place the listboxes in
a carosel so that only 3 were shown at once.

On Wed, Aug 10, 2011 at 6:14 AM, Dmitry Trunikov
<[email protected]>wrote:

> Dear colleagues,
>
> At
> https://github.com/sstephenson/prototype/tree/2a6914089ad6f0b398d9f4ef7032e6bab818dd51
> I've seen spectacular effect when pane with list of directories/files
> effectively shifted left/right during navigation between directories.
> Can you give me a clue how it can be implemented with Prototype 1.6.X
> and script.aculo.us?
>
> Thanks,
> Dmitry
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to