[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/tales -
expressiontype.stx:1.1 namespace.stx:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 29 10:08:48 EST 2004
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/tales
In directory cvs.zope.org:/tmp/cvs-serv20778/doc/zcml/namespaces.zope.org/tales
Modified Files:
namespace.stx
Added Files:
expressiontype.stx
Log Message:
Updated ZCML documentation. The files now contain information about the handler.
=== Added File Zope3/doc/zcml/namespaces.zope.org/tales/expressiontype.stx ===
expressiontype
File zope/app/pagetemplate/meta.zcml, lines 13 - 16.
Handler: zope.app.pagetemplate.metaconfigure.expressiontype
Register a new TALES expression type
Attributes
name -- TextLine (required)
Name
Name of the expression. This will also be used as the prefix in actual
TALES expressions.
handler -- GlobalObject (required)
Handler
Handler is class that implements zope.tales.interfaces.ITALESExpression.
=== Zope3/doc/zcml/namespaces.zope.org/tales/namespace.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/tales/namespace.stx:1.2 Fri Jan 23 12:00:29 2004
+++ Zope3/doc/zcml/namespaces.zope.org/tales/namespace.stx Mon Mar 29 10:08:17 2004
@@ -2,6 +2,8 @@
File zope/app/pagetemplate/meta.zcml, lines 8 - 11.
+ Handler: zope.app.pagetemplate.metaconfigure.namespace
+
Define a new tales namespace A namespace is defined by providing a prefix
and an interface. A handler for the namespace will be obtained by looking up
an adapter for the given interface.
More information about the Zope3-Checkins
mailing list