About Plugins
Plugins are essentially seperate programs from Constructor which are accessible from the Tools menu in Constructor. A plugin consists of a dll file containing two functions which must be present in all plugins for them to be recognised and usable by Constructor. These functions are explored in more depth later on. A plugin can provide any additional HTML editing functionality it wishes, given the text in the current document in Constructor. One example may be to automatically generate JavaScript for a specific function, and insert it into the correct place in the HTML file.