CHANGING A PROPERTY IN DTML
12 Feb
1999
12 Feb
'99
2:43 p.m.
Amos, How do you change a property of a folder in DTML. Assume a folder named ted: Properties of ted folder are: fname = ted lname = patrick mi = e How do you set the ted.fname to Fred from a simple form? Thanks, Theodore E. Patrick Indigo Networks email: tpatrick@indigonetworks.com <mailto:tpatrick@indigonetworks.com> phone: 615-777-0070 ext.125
12 Feb
12 Feb
3:37 p.m.
New subject: [Zope] CHANGING A PROPERTY IN DTML
On Fri, 12 Feb 1999, Theodore Patrick wrote:
Amos,
How do you change a property of a folder in DTML.
Assume a folder named ted: Properties of ted folder are:
fname = ted lname = patrick mi = e
How do you set the ted.fname to Fred from a simple form?
<!--# call "manage_changeProperties(fname='Fred')"--> or <!--# call "manage_changeProperties({'fname':'Fred','mi':'What is mi?'})"--> Pavlos
9915
Age (days ago)
9915
Last active (days ago)
1 comments
2 participants
participants (2)
-
Pavlos Christoforou -
Theodore Patrick