source: ZMS/trunk/configure.zcml @ 1256

Revision 1256, 505 bytes checked in by zmsdev, 18 months ago (diff)

jQuery UI custom global configuration

Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    >
5
6  <!-- @see http://concisionandconcinnity.blogspot.com/2009/02/how-to-create-zope-resource-package.html -->
7  <!-- @example http://localhost:8080/++resource++zms_/jquery-1.4.2.min.js -->
8  <browser:resourceDirectory
9      name="zms_"
10      directory="plugins/www"
11      />
12  <browser:resourceDirectory
13      name="zms_etc_"
14      directory="etc/www"
15      />
16
17</configure>
Note: See TracBrowser for help on using the repository browser.