Implementation of PRePTagLIST

    This is a subclass of PRePTagCode which defines the LIST tag. It will get a specified list (given as first argument) and modify each item of the list with the specified PRePTag (given as second argument). For further information see chapter "The LIST tag".

    Constructor:

    PRePTagLIST()
    names the tag "LIST"

    Methods:

    compile(Session)
    gets the first argument which is a list and creates a tag with the second argument and the list items as value

    Related sites:
How the LIST Tag works
Back