> I'm assuming that you want to use some form a AJAX type request/response 
> for this?

Well, once I'll feel comfortable with django and js, then probably, but
not at the moment.

> As an outline you might want to do something like this:

> Display your list as a table

> Use your workorder id as the html row id of each row in the table

> Set each of your buttons that do different action to a css class (say 
> "delbtn" for delete buttons etc.

> Use JQuery to attach a click handler function to each button class, one 
> call per class.

> In the click handler function, find out which row is selected and get 
> it's id.

I've got that done now.

What I'm looking for now is, how to redirect to a different page with
the button, and sending to the page (django view) the id number.

Przemek
-- 
AIKIDO TANREN DOJO  -   Poland - Warsaw - Mokotow - Ursynow - Natolin
info: http://www.tanren.pl/ phone: +48501516666 email: [EMAIL PROTECTED]

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

Reply via email to