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...
Bentonbentonite asked 28/11, 2011 at 19:20

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=...
Contredanse asked 14/5, 2015 at 16:42

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...
Coconut asked 2/3, 2011 at 23:39

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...
Kerman asked 25/9, 2013 at 8:35

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_...
Syndactyl asked 30/9, 2011 at 11:8

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...
Rufe asked 26/6, 2011 at 9:43
1

© 2022 - 2024 — McMap. All rights reserved.