Home
last modified time | relevance | path

Searched refs:getDownloadButton (Results 1 – 2 of 2) sorted by relevance

/plugin/diagrams/script/
H A Ddownload.js18 diagramActions.prepend(ButtonFunctions.getDownloadButton('svg', url, media));
20 diagramActions.prepend(ButtonFunctions.getDownloadButton('png', pngcache, media));
H A DButtonFunctions.js14 static getDownloadButton(ext, identifier, media = '') { method in ButtonFunctions