Implementation of PRePTagLISTITEM

    For some reasons it would be nice to have a tag which can access an item, specified with a key. Of course this must be a list which is composed with a key and a text which would look as follows: key::text.

    Constructor:

    PRePTagLISTITEM()
    names the tag "LISTITEM"

    Methods:

    getItem(String strKey, String strList)
    gets the value with the specified key out of the defined list.

    compile(Session)
    compiles the output tag

    Related sites:
How the LISTITEM Tag works
Back