[Catalyst] Catalyst + Ajax
Andreas Marienborg
omega at palle.net
Fri Dec 2 13:23:12 CET 2005
The things I use it for, is DnD deletion of files for instance
DnD moving of stuff
cause the catalyst-action you do, can do stuff, like adding a user to
a blog (ref Agave), deleting a row in a table, adding a tag, removing
a tag.
Theres plenty of stuff that can be done, but if you want any of it to
do anything to the UI, the onDrop is probably the right place to do
it (thats where I do element.remove when I use it for dnd deletion
for instance).
andreas
On 2. des. 2005, at 12.05, Chisel Wright wrote:
> On Fri, Dec 02, 2005 at 07:46:59AM +0100, Andreas Marienborg wrote:
>> Droppables dont do no nothing on a drop except send of the request to
>> the URL specified, unless you create some handler-functions for it to
>> do when the item is dropped (called onDrop cleverly enough).
>
> What's the point of it making a call to the catapp if it doesn't do
> anything?
>
> I'll investigate onDrop though, cheers.
>
> --
> Chisel Wright
> e: chisel at herlpacker.co.uk
> w: http://www.herlpacker.co.uk/
>
> No virus was found in this outgoing message as I didn't bother
> looking.
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
More information about the Catalyst
mailing list