The Zope Book (2.6 Edition)
22
ISO() 432
millis() 432
second() 432
month() 432
pMonth() 432
aMonth() 432
isCurrentMinute() 432
Day() 432
aDay() 433
module ExternalMethod 433
class ExternalMethod 433
manage_edit(title, module, function, REQUEST=None) 433
__call__(*args, **kw) 433
ObjectManager Constructor 433
manage_addExternalMethod(id, title, module, function) 433
module File 434
class File(ObjectManagerItem, PropertyManager) 434
getContentType() 434
update_data(data, content_type=None, size=None) 434
getSize() 435
ObjectManager Constructor 435
manage_addFile(id, file="", title="", precondition="", content_type="") 435
Creates a new File object id with the contents of file 435
module Folder 435
class Folder(ObjectManagerItem, ObjectManager, PropertyManager) 435
ObjectManager Constructor 435
manage_addFolder(id, title) 435
module Image 435
class Image(File) 435
tag(height=None, width=None, alt=None, scale=0, xscale=0, yscale=0, **args) 436
ObjectManager Constructor 436
manage_addImage(id, file, title="", precondition="", content_type="") 436
module MailHost 436
class MailHost 436
send(messageText, mto=None, mfrom=None, subject=None, encode=None) 436
simple_send(self, mto, mfrom, subject, body) 437
MailHost Constructor 437