Index Special Tags Predefined Tags Implementation Home
How to create predefined Tags

    If you want to code a tag you have to give it a name and you also have mostly to write a compile method which will compile the value of the tag. Make sure that you add your tag to the TagList. There is a constructor which calls all the predefine tags. Just register your tag there.

    Related sites:
Class information for the tags

Back