SimO 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?


Assuming that you're using base_view, just want to hide labels in view mode and it is enough to hide it using CSS, I guess you can do it this way:

.field label.formQuestion {display: none;}



Ricardo

--
Ricardo Alves <[email protected]>
Eurotux <http://www.eurotux.com>

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to