HtmlTemplateAccess

Undocumented in source.

Members

Static functions

opIndex
string opIndex(string templateName)

Retreive an html template. Automatically loads, caches, and calls HtmlTemplateAccess.onLoad (if exists) if the template hasn't already been loaded.

Static variables

onLoad
string delegate(string templateName, string filePath) onLoad;
Undocumented in source.

Meta