ZMI-aware subclass of NuxDocument.
Base Classes
|
|
CatalogAware
NuxDocument
SimpleItem
PropertyManager
Historical
Cacheable
Item_w__name__
|
Methods
|
|
__call__
_edit
manage_edit
manage_upload
|
|
__call__
|
__call__ (
self,
client=None,
REQUEST={},
RESPONSE=None,
**kw,
)
View document
|
|
_edit
|
_edit (
self,
title,
file,
mime_type=None,
)
|
|
manage_edit
|
manage_edit (
self,
data=None,
title=None,
SUBMIT='Change',
REQUEST=None,
)
Replaces a Documents contents with Data.
|
|
manage_upload
|
manage_upload (
self,
file='',
REQUEST=None,
)
Replace the contents of the document with the text in file.
|
|