I have a set of fields that I want to use for both entry and display.
The fields are defined in a module called ffs (FormFields) and in my
controllers.py I create my forms like so:
claim_form = widgets.TableForm(fields=ffs.ClaimFormFields(),
action='claim_save')
static_claim = widgets.TableForm(fields=ffs.ClaimFormFields(),
action='claim_save')
static_claim.submit.attrs = dict(disabled=True)
However, no matter what form I use, the submit button is always
disabled!
Is this a feature, bug or user error on my part? Thanks!
Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---