Re: Nested sortables / drag and drop?

2007-06-27 Thread Mech7

Thanks for the info.. i just have another question, will the new tree
helper fill in the left / right collumns automagically? Or will i need
to do my own calculations?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Nested sortables / drag and drop?

2007-06-27 Thread Jonathan Langevin
there's no tools built on the tree helper that i've seen, it essentially
handles all parent/child/sibling relationships within a table, to make
things transparent for you.
you'll have to call the Tree methods to pull children items, but that's
simple. then you could just pass the results into your View, and run a loop
to create the visible structure

On 6/27/07, Mech7 [EMAIL PROTECTED] wrote:


 Thanks for the info.. i just have another question, will the new tree
 helper fill in the left / right collumns automagically? Or will i need
 to do my own calculations?


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Nested sortables / drag and drop?

2007-06-26 Thread Mech7

Does anybody know if there is an example somwhere which shows how to
create a nested sortable with the ajax helpers and scriptaculous..
Like for example this one from mootools: 
http://youmuppet.com/wp-content/uploads/2007/04/mootree.html


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---