PrizmDoc® Viewer v14.0 Release - Updated
PrizmDoc Viewer / API Reference / E-Signature Controls / Module: template-io
In This Topic
    Module: template-io
    In This Topic

    Module: template-io

    Manages the saving and loading of template files.

    Example

    var TemplateIO = require('template-io.js');
    
    // a generic Viewer constructor
    function Viewer(opts) {
        var myTemplateIO = TemplateIO(this);
    }
    
    Fires:
    Listens to Events:

    (require("template-io"))(viewer)

    Creates the template IO module.

    Parameters:
    Name Type Description
    viewer Core

    The core viewer to which the module will attach.

    Methods

    destroy()

    Destroys the module.


    Documentation generated by JSDoc 3.5.5 on Sun Feb 25 2024 15:33:01 GMT-0500 (Eastern Standard Time)