Searched refs:getDownloadButton (Results 1 – 2 of 2) sorted by relevance
18 diagramActions.prepend(ButtonFunctions.getDownloadButton('svg', url, media));20 diagramActions.prepend(ButtonFunctions.getDownloadButton('png', pngcache, media));
14 static getDownloadButton(ext, identifier, media = '') { method in ButtonFunctions