[Zope-CVS] CVS: Products/Transience/dtml - addTransientObjectContainer.dtml:1.2 manageTransientObjectContainer.dtml:1.2

Matthew T. Kromer matt@zope.com
Tue, 23 Oct 2001 10:58:41 -0400


Update of /cvs-repository/Products/Transience/dtml
In directory cvs.zope.org:/tmp/cvs-serv20982

Modified Files:
	addTransientObjectContainer.dtml 
	manageTransientObjectContainer.dtml 
Log Message:
Tweaked DTML (removed bad tag closure) and amplified explanation of
notification targets.


=== Products/Transience/dtml/addTransientObjectContainer.dtml 1.1 => 1.2 ===
 are methods which are invoked when transient objects are added or deleted
 from the container.  A notification target is invoked with the item being
-operated upon, and the transient object container as arguments.
+operated upon, and the transient object container as arguments.  Specify
+the path to the method to be invoked to receive the notification.
 </p>
 </div>
 </tr>


=== Products/Transience/dtml/manageTransientObjectContainer.dtml 1.1 => 1.2 ===
 
 <tr>
+<td>
+<p>
+Transient Object Containers support <b>Notification Targets</b> which
+are methods which are invoked when transient objects are added or deleted
+from the container.  A notification target is invoked with the item being
+operated upon, and the transient object container as arguments.  Specify
+the path to the method to be invoked to receive the notification.
+</p>
+
+</td>
+</tr>
+<tr>
   <td align="left" valign="top">
     <div class="form-label">
       <em>Add Notification Target</em>
     </div>
   </td>
-  <td align="left" valign="top".
+  <td align="left" valign="top">
      <input type="text" name="addNotification"
      	value="&dtml-getAddNotificationTarget;" size=40>
   </td>
@@ -65,12 +77,11 @@
       <em>Delete Notification Target</em>
     </div>
   </td>
-  <td align="left" valign="top".
+  <td align="left" valign="top">
      <input type="text" name="delNotification"
      	value="&dtml-getDelNotificationTarget;" size=40>
   </td>
 </tr>
-
 
 
 <tr>