Hi all,

I would like to know how to change a widget field on fly.

this is my definition:

editFormFat = DataGrid(
    fields=[widgets.Label('valore')]

in my sub index I put this:

    editFormFat.fields[0]= widgets.HiddenField('valore')



I expected that editFormFat display with last change but.
Is there a way to do this?

Thank you,

jo


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to