HTML Document templates read from files.
If the object is pickled, the file name, rather
than the file contents is pickled. When the object is
unpickled, then the file will be re-read to obtain the string.
Note that the file will not be read until the document
template is used the first time.
Methods
|
|
manage_default
manage_edit
manage_editForm
|
|
manage_default
|
manage_default ( self, REQUEST=None )
Revert to factory defaults
|
|
manage_edit
|
manage_edit (
self,
data,
PARENTS=[],
URL1='',
URL2='',
REQUEST='',
SUBMIT='',
)
edit a template
|
|
manage_editForm
|
manage_editForm (
self,
URL1,
REQUEST,
)
Display doc template editing form
|
|