[Zope] dtml-call manage_changeProperty

Robert Carey carey@gsi.org
Tue, 27 Jul 1999 14:10:49 -0400


--------------69652E18976A0E165F8C603C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> Michel Pelletier wrote:
>
> Use a property.  You can change it with:
>

<dtml-call "manage_changeProperty(prop = prop + 1)">

> Make sure you have the property instanciated of the object you want the
> incrimental integer to be a member of.
>
> -Michel
>

Is this documented somewhere?  It looks extremely useful and I don't remember seeing it before.

Rob


--------------69652E18976A0E165F8C603C
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<blockquote TYPE=CITE>
<pre>Michel Pelletier wrote:

Use a property.&nbsp; You can change it with:</pre>
</blockquote>

<p><br>&lt;dtml-call "manage_changeProperty(prop = prop + 1)">
<blockquote TYPE=CITE>
<pre>
Make sure you have the property instanciated of the object you want the
incrimental integer to be a member of.

-Michel</pre>
</blockquote>

<p><br>Is this documented somewhere?&nbsp; It looks extremely useful and
I don't remember seeing it before.
<p>Rob
<br>&nbsp;</html>

--------------69652E18976A0E165F8C603C--