In fact, while looking around this a bit more, it seems the onClick
really is the only (or at least one) attribute I can't set while
creating the TR node. If I use 'selector' it gets generated fine.
The code I'm writing is simply this:
td_list = [item.Name, item.Quantity, item.Priority, item.PreferredShop,
edit_del];
return TR({'onClick': 'showBox()'}, map(col_display, td_list));
This thread seems to touch the same issue, but unfortunately no
conclusive answer:
http://groups.google.pt/group/mochikit/browse_thread/thread/fce727b25e29dc57/fba90668f17027b1
Any ideas?
P.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" 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/mochikit
-~----------~----~----~----~------~----~------~--~---