Implementation of PRePTagTAGLIST

    This is a subclass of PRePTagCode which defines the TAGLIST tag. It outputs the actual tag list in an HTML format.

    Constructor:

    PRePTagTAGLIST()
    names the tag "TAGLIST"

    Methods:

    compile(Session)
    calls the outTag method in the TagList class

    Related sites:
How the TAGLIST Tag works
Back