tmcgee/cmv-widgets

View on GitHub
widgets/ExportGraphics/templates/ExportGraphics.html

Summary

Maintainability
Test Coverage
<div>
    <div data-dojo-type="dijit/layout/ContentPane" data-dojo-attach-point="containerNode" class="exportGraphicsContainer">
        <button data-dojo-type="dijit/form/Button" data-dojo-props="iconClass:'fas fa-download fa-fw',showLabel:true" data-dojo-attach-point="btnExport" data-dojo-attach-event="click:exportGraphics">${i18n.buttonLabel}</button>
    </div>
</div>