On Tuesday 02 January 2007 14:10, Roy Mathew wrote:
> Currently, the builtin dropdown widgets show the string '(no value)'
> as the empty default. Is it possible to show different text in its
> place?

Yes, you have three choices:

1. Provide a translation for English to change it globally.

2. Subclass the original widget and change the ``_messageNoValue`` attribute. 
You can either register this new widget or set it as the custom widget.

3. After the widgets are created/instantiated in the form, set 
``_messageNoValue``.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to