File 'lib/htmlFormatter.cls' (part of 'AutoDOC')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Class 'htmlFormatter'
RecordPage (pagefile)
|
|
Argument: pagefile
|
The name of the to write.
|
blockClass (script)
|
Overrides genericFormatter:blockClass
|
Argument: script
|
Script to execute to create the output to enclose in the markers.
|
caption (args)
|
Overrides genericFormatter:caption
|
Argument: args
|
A list of 'name=value' parameters and a script to evaluate in the calling context (last element).
|
defterm (term text)
|
Overrides genericFormatter:defterm
|
Argument: term
|
The name of the thing to explain.
|
Argument: text
|
The text explaining the term.
|
defterm2 (term)
|
Overrides genericFormatter:defterm2
|
Argument: term
|
The name of the thing to explain. But without explanation.
|
emph (text)
|
Overrides genericFormatter:emph
|
Argument: text
|
The string to mark as sample.
|
Returns: The emphasized text.
|
getAnchor (name)
|
Overrides genericFormatter:getAnchor
|
Argument: name
|
The name of the generated anchor.
|
Returns: the HTML string defining the named anchor.
|
getString (script)
|
Overrides genericFormatter:getString
|
Argument: script
|
The tcl code to execute in the calling context.
|
Returns: a string containing all output produced by the script
|
imgDef (code text geometry imgfile)
|
Overrides genericFormatter:imgDef
|
Argument: code
|
The identifier for storage and retrieval of the image link.
|
Argument: text
|
Alternative text describing the contents of the picture.
|
Argument: geometry
|
A list containing the width and height of the image, in this order. Can be empty. Used to insert geometry information into the link, for better display even if the image is not loaded.
|
Argument: imgfile
|
The location to point at, i.e. the image file.
|
imgRef (code)
|
Overrides genericFormatter:imgRef
|
Argument: code
|
The identifier for storage and retrieval of the image link.
|
Returns: the image link generated by imgDef and then stored under code.
|
item (text)
|
Overrides genericFormatter:item
|
Argument: text
|
The paragraph to format as item in the list.
|
itemize (script)
|
Overrides genericFormatter:itemize
|
Argument: script
|
The tcl code to execute in the calling context.
|
link (text url)
|
Overrides genericFormatter:link
|
Argument: text
|
The string to use as textual part of the hyperlink.
|
Argument: url
|
The location to point at.
|
Returns: the formatted hyperlink.
|
linkDef (code text url)
|
Overrides genericFormatter:linkDef
|
Argument: code
|
The identifier for storage and retrieval of the hyperlink.
|
Argument: text
|
The string to use as textual part of the hyperlink.
|
Argument: url
|
The location to point at.
|
linkRef (code)
|
Overrides genericFormatter:linkRef
|
Argument: code
|
The identifier for storage and retrieval of the hyperlink.
|
Returns: the hyperlink generated by linkDef and then stored under code.
|
markError (text)
|
Overrides genericFormatter:markError
|
Argument: text
|
The text to reformat.
|
Returns: a string containing the given text formatted as error.
|
markVisibility (text)
|
Overrides genericFormatter:markVisibility
|
Argument: text
|
The text to reformat.
|
Returns: a string containing the reformatted text.
|
markWithClass (class text)
|
Overrides genericFormatter:markWithClass
|
Argument: class
|
The class to use as marker.
|
Argument: text
|
The text to mark with an output class.
|
Returns: Returns the marked text.
|
newPage (file title firstheading)
|
Overrides genericFormatter:newPage
|
Argument: file
|
name of file to contain the generated page
|
Argument: title
|
string to be used as title of the page
|
Argument: firstheading (= {})
|
string to use in toplevel heading. Defaults to title. Required to allow hyperlinks in toplevel headings without violating HTML syntax in the title.
|
par (args)
|
Overrides genericFormatter:par
|
Argument: args
|
The text to format and write as paragraph. Actually a list of arguments put together into one string
|
preformatted (text)
|
Overrides genericFormatter:preformatted
|
Argument: text
|
The string to mark as preformatted text.
|
Returns: The emphasized text.
|
quote (string)
|
Overrides genericFormatter:quote
|
Argument: string
|
The string to protect against interpretation by the formatter.
|
Returns: a string containing no unprotected special character (sequences).
|
sample (text)
|
Overrides genericFormatter:sample
|
Argument: text
|
The string to mark as sample.
|
Returns: The emphasized text.
|
setAnchor (name)
|
Overrides genericFormatter:setAnchor
|
Dangers: Usable only in conjunction with cgi 0.7, and not cgi 0.4, as for earlier versions of autodoc.
|
Argument: name
|
The name of the generated anchor.
|
strong (text)
|
Overrides genericFormatter:strong
|
Argument: text
|
The string to mark as strong.
|
Returns: The emphasized text.
|
table (args)
|
Overrides genericFormatter:table
|
Argument: args
|
A list of 'name=value' parameters and a script to evaluate in the calling context (last element).
|
table_data (args)
|
Overrides genericFormatter:table_data
|
Argument: args
|
A list of 'name=value' parameters and a script to evaluate in the calling context (last element).
|
table_head (args)
|
Overrides genericFormatter:table_head
|
Argument: args
|
A list of 'name=value' parameters and a script to evaluate in the calling context (last element).
|
table_row (args)
|
Overrides genericFormatter:table_row
|
Argument: args
|
A list of 'name=value' parameters and a script to evaluate in the calling context (last element).
|
- pages
- Array containing the names of all HTML files generated so far.
- footer
- Contains the HTML commands to generate the footer line.
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/28/2001, invoked by Andreas Kupries,,,