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.
|
manage_default(self,
REQUEST=None)
Revert to factory defaults |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from DT_String.FileMixin :
__init__ ,
read_raw
Inherited from HTML :
SubTemplate ,
__str__ ,
errQuote ,
management_interface ,
parseTag ,
quotedHTML ,
tagre ,
varExtra
Inherited from DT_String.String :
ZDocumentTemplate_afterRender ,
ZDocumentTemplate_beforeRender ,
__call__ ,
__getstate__ ,
cook ,
default ,
id ,
initvars ,
munge ,
name ,
parse ,
parse_block ,
parse_close ,
parse_error ,
read ,
setName ,
skip_eol ,
var
|