Interface IHtmlTemplateRenderPluginCallback


  • public interface IHtmlTemplateRenderPluginCallback
    Callback that allows the HTML template render process to be customized. Consists of a set of callbacks that are invoked at certain stages of the HTML template render lifecycle. More callback methods may be added later as required.

    Can be used, for example, to append dynamic script data to templates. For static script and stylesheet resources, use IPluginFormResources with includeInTemplate, so resources can be linked and cached properly.

    Since:
    8.3.7
    Author:
    XIMA MEDIA GmbH