"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Don't you think that the TableForm widget should be using TH for the > label cells. Wouldn't this be more semantic and allow easier styling of > the form?
I believe that as well. And I even changed my templates for doing that. > I was also had an idea go through my mind, I don't know weather anyone > else has considered this. Using widget forms in ajax apps would be > easier if there was some way to go right from TableForm widget to > MochiKit DOM declared form, that way you could easily include it > dynamically in your app. Just a thought to ponder! I didn't get what you say... You can access the form as "document.form_name" easily in any JavaScript... Then you can even do "document.form_name.field_name" for fields. If you have your JavaScript inside the form, using "this" works perfectly as well. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
