cybertools/ajax/dojo/configure.zcml
helmutm 698df39f4c set up ajax.dojo - first use: batching by inner html/dojo.io.updateNode()
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1273 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-07-14 11:53:24 +00:00

20 lines
350 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/browser"
xmlns:zope="http://namespaces.zope.org/zope"
i18n_domain="zope">
<resourceDirectory
name="ajax.dojo"
directory="dojo"
/>
<page
for="*"
name="ajax.dojo"
template="macros.pt"
permission="zope.Public"
/>
</configure>