PrizmDoc Viewer v13.17 - Updated
API Reference / E-Signature Controls / Module: svg-icons
In This Topic
    Module: svg-icons
    In This Topic

    Module: svg-icons

    This module appends the icons to the document body. If this module is initialized twice, the icons are not appended since they only need to be appended once.

    Members

    (inner) moduleApi

    Properties:
    Name Type Description
    destroy function

    Destroys the module.

    Methods

    init() → {module:svg-icons~moduleApi}

    Initializes the module. This method will insert the SVG icon sprite into the body of the page. This sprite can be shared between multiple instances of the viewer embedded on the same page.

    Returns:

    The module API object.

    Type
    module:svg-icons~moduleApi

    parseIcons(dom)

    Parses icons. For any HTML template that contains icons, this method must be called with the HTML template passed as the parameter. Note that the init method must be called before calling parseIcons.

    Parameters:
    Name Type Description
    dom HTMLElement

    A parent DOM element, or jQuery-wrapped element, that contains the icons that need to be parsed.

    (inner) module:svg-icons#updateIcon Parses a single icon.(elem)

    Parameters:
    Name Type Description
    elem HTMLElement

    The icon that needs to be parsed.


    Documentation generated by JSDoc 3.5.5 on Mon Jun 14 2021 12:02:27 GMT-0400 (Eastern Daylight Time)