z3c.form Questions
3
I'm somewhat of a newbie to Plone and I'm attempting to use DataGridField with Dexterity. The goal is to use Plone 4.1 to publish the results of a usability study on our intranet. I've created a cu...
2
Solved
I have some code in dexterity content type, as below:
form.fieldset(
'transitionsLog',
label=_(u"Transitions Log"),
fields=['t_log']
)
form.mode(t_log='hidden')
t_log = schema.TextLine(
title=...
7
Solved
What modifications do I need to make considering I have a vanilla ZopeSkel plone3_portlet formlib generated package? Ie:
From which classes should I inherit?
Which hooks must I provide?
Can I u...
1
Solved
I have a form schema which inherits from another form schema. Both have fieldsets. However, the fieldsets are put in the order they are created. So the fieldset described in the last schema will be...
1
Solved
I want to add the css class allowMultiSubmit to a zrc.form button to avoid multi-submit alert. The button is defined like this:
from z3c.form import form
from plone.app.z3cform.layout import wrap_...
2
Solved
I am trying to dynamically update a form field based on a variable that is included in a HTTP get variable. Specifically www.site.com/form?id=name. I want to pull the 'id' field from the url and au...
1
© 2022 - 2024 — McMap. All rights reserved.