[Zope] how to change a title from python script?
alex
alex@quad.com.ar
Thu, 19 Apr 2001 19:13:33 -0300
Hey guys,
does anyone of you know how can an object title be changed without using the
ugly manage_edit() method ?
I was expecting something more intuitive as in
dtml_method.title = 'new title
instead of:
dtml_method.mange_edit(data=dtml_object, title='new title')
reasons why I dont like manage_edit() ?
- It's a complete different method on each object. so you have to call it
with different arguments depending the object you want to edit.
- It's not intuitive at all!
thanks for your help !
Alex