[Zope3-Users] Custom Schemas, form widgets

2007-07-03 Thread Hermann Himmelbauer
Hi,
I wonder if there's a package that extends Zope's schemas and widgets as Zope 
covers only basic ones.

There are several missing schemas that derive from a TextLine but have custom 
validation methods, e.g. for URLs, for an email address etc. Moreover there 
are several widgets missing, e.g. a select widget for date/datetime fields.

Probably people do this on their own, however I think it would be a good idea 
to share code, so perhaps it is possible to add a package where people can 
contribute?

Ah yes, I think the package should be based on z3c.form, not on formlib.

Best Regards,
Hermann

-- 
[EMAIL PROTECTED]
GPG key ID: 299893C7 (on keyservers)
FP: 0124 2584 8809 EF2A DBF9  4902 64B4 D16B 2998 93C7
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Custom Schemas, form widgets

2007-07-03 Thread Thierry Florac
Le mardi 03 juillet 2007 à 13:32 +0200, Hermann Himmelbauer a écrit :
> There are several missing schemas that derive from a TextLine but have custom 
> validation methods, e.g. for URLs, for an email address etc. Moreover there 
> are several widgets missing, e.g. a select widget for date/datetime fields.

Hi,

I currently use "zc.datetimewidget" package for date/time inputs. It's
available throught SVN, and works very well (currently with formlib for
me).

  Thierry Florac
-- 
  Chef de projet intranet/internet
  Office National des Forêts - Département Informatique
  2, Avenue de Saint-Mandé
  75570 PARIS Cedex 12
  Mél : [EMAIL PROTECTED]
  Tél. : +33 01.40.19.59.64
  Fax. : +33 01.40.19.59.85

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Custom Schemas, form widgets

2007-07-03 Thread Adam Groszer
Hello Hermann,

Look for z3c.schema, z3c.widget. There are some.
Sometimes google spits out some usable third party packages too.

Tuesday, July 3, 2007, 1:32:26 PM, you wrote:

> Hi,
> I wonder if there's a package that extends Zope's schemas and widgets as Zope
> covers only basic ones.

> There are several missing schemas that derive from a TextLine but have custom
> validation methods, e.g. for URLs, for an email address etc. Moreover there
> are several widgets missing, e.g. a select widget for date/datetime fields.

> Probably people do this on their own, however I think it would be a good idea
> to share code, so perhaps it is possible to add a package where people can
> contribute?

> Ah yes, I think the package should be based on z3c.form, not on formlib.

> Best Regards,
> Hermann



-- 
Best regards,
 Adammailto:[EMAIL PROTECTED]
--
Quote of the day:
Happiness is not a reward- it is a consequence. Suffering is not a punishment- 
it is a result. 
- Robert Green Ingersoll 

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users