Commit 7b3de15f authored by Nicolas Delaby's avatar Nicolas Delaby

revert r31113, should be defined in FieldLibrary

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31117 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6cd43432
......@@ -87,14 +87,6 @@ class FormBoxWidget(Widget.Widget):
default="",
required=0)
css_class = fields.StringField('css_class',
title='CSS class',
description=(
"The CSS class of the field. This can be used to style your "
"formulator fields using cascading style sheets. Not required."),
default="invisible",
required=0)
def render(self, field, key, value, REQUEST, render_prefix=None):
"""
Render a form in a field
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment