source: products/quintagroup.formlib.captcha/tags/1.0/quintagroup/formlib/captcha/form/configure.zcml @ 1959

Last change on this file since 1959 was 1959, checked in by liebster, 14 years ago

#173: Copy quintagroup.formlib.captcha (from http://svn.quintagroup.com/elaw/packages/quintagroup.formlib.captcha/) to products repository

File size: 395 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
4
5  <view
6      type="zope.publisher.interfaces.browser.IBrowserRequest"
7      for="quintagroup.formlib.captcha.form.interfaces.ICaptcha"
8      provides="zope.app.form.interfaces.IInputWidget"
9      factory=".widget.CaptchaWidget"
10      permission="zope.Public"
11      />
12
13</configure>
Note: See TracBrowser for help on using the repository browser.