Simon Elbaz
2013-07-14 01:12:49 UTC
Hi,
In the z3c.form.AddForm, zope.schema.List field is rendered with Add/Delete
buttons.
How to customize those labels ?
My code does not have any effect:
AddAction = button.StaticButtonActionAttribute(
u'Add Action', button=multi.MultiWidget.buttons['add'],
form=StepAddForm)
Thanks for your help
Simon Elbaz
In the z3c.form.AddForm, zope.schema.List field is rendered with Add/Delete
buttons.
How to customize those labels ?
My code does not have any effect:
AddAction = button.StaticButtonActionAttribute(
u'Add Action', button=multi.MultiWidget.buttons['add'],
form=StepAddForm)
Thanks for your help
Simon Elbaz