import HTMLgen
class FramesetDocument(Document) def __init__(self, *contents, **kw) def __repr__(self) # Methods inherited by FramesetDocument from Document def append(self, *items) def copy(self) def footer(self) def header(self) def htmlhead(self) def nav_buttons(self) def prepend(self, *items) def write(self, filename = None)
Arguments are for contents NOT a document resource file.
Add content to the Document object.
Arg items can be plain text or objects; multiple arguments supported.
Return a complete copy of the current Document object.
Generate the standard footer markups.
Generate the standard header markups.
Generate hyperlinked navigation buttons.
If a self.go* attribute is null that corresponding button is replaced with a transparent gif to properly space the remaining buttons.
Add content to the beginning of the Document object.
Arg items can be plain text or objects; multiple arguments supported.
Emit the Document html into file.
In Unix you can use environment variables in filenames. Will print to stdout if no argument.
No <body> markup. Instead add Frameset(s) with the constructor or append method. Useful methods are append, prepend, write, and copy. Others inherited from Document class are unused.
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996