manage_addProperty [basic] syntax question
I have searched, and I know its really simple, but please can anyone tell me how to take a working URL like this: http://Zsite231/images/manage_addProduct/Photo/PhotoAdd_version2 and rewite it in the syntax of these: a. DTMLMethod b. External Python Method c. Script(Python) ..and point me to where this is documented.. Thankyou very much -- Jason ___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology']
Jason Cunliffe wrote:
I have searched, and I know its really simple, but please can anyone tell me how to take a working URL like this:
http://Zsite231/images/manage_addProduct/Photo/PhotoAdd_version2
and rewite it in the syntax of these:
a. DTMLMethod
b. External Python Method
c. Script(Python)
I think what you're looking for is this: images.manage_addProduct['Photo'].PhotoAdd_version2(...)
..and point me to where this is documented..
The code. <vbg /> It might be in the Interfaces wiki, though I couldn't find it. http://www.zope.org/Members/michel/Projects/Interfaces/FrontPage Shane
participants (2)
-
Jason Cunliffe -
Shane Hathaway