Re: User Bar Logic

2006-08-20 Thread JensWiese
I had the same problem and build a component which is rendered in the main template. works fine. Jens --~--~-~--~~~---~--~~ 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@

How to use ajax dragable function change()

2006-08-07 Thread JensWiese
Hi, at the scriptaculous Manual i found a function calles change() in the dragable class. The called function gets the Draggable instance as its parameter. But, how can I use this in cakePHP? Is there any example? I want to save the new position of a dragable via an ajax request. Greetings from