I think you can just set the field label to nothing,

StringField('something',
>         widget = StringWidget(
>             description = "",
>             label=""
>         )
>     ),
>

Untested, but worth a shot.
On Tue, Jan 27, 2009 at 8:59 AM, SimO <[email protected]> wrote:

> Hi guys,
>
> I'd like to hide the label of the widgets of my custom AT type without
> modifing the widgets' templates:
>
> is there any parameter to be passed to the widget's call to reach this?
>
>
> Thanks
>
> _______________________________________________
> Product-Developers mailing list
> [email protected]
> http://lists.plone.org/mailman/listinfo/product-developers
>
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to