Searched refs:downloadLink (Results 1 – 8 of 8) sorted by relevance
29 public $downloadLink; variable in Google\\Service\\Books\\VolumeAccessInfoEpub52 public function setDownloadLink($downloadLink) argument54 $this->downloadLink = $downloadLink;61 return $this->downloadLink;
29 public $downloadLink; variable in Google\\Service\\Books\\VolumeAccessInfoPdf52 public function setDownloadLink($downloadLink) argument54 $this->downloadLink = $downloadLink;61 return $this->downloadLink;
769 const downloadLink = contentWindow.document.createElement("a");770 downloadLink.href = url;771 downloadLink.download = filename;772 downloadLink.textContent = "⬇️ Click here to download the file";773 downloadLink.style.display = "block";774 downloadLink.style.marginTop = "10px";775 contentWindow.document.body.appendChild(downloadLink);
2785 public $downloadLink; variable in Google_VolumeAccessInfoEpub2793 public function setDownloadLink( $downloadLink) { argument2794 $this->downloadLink = $downloadLink;2797 return $this->downloadLink;2809 public $downloadLink; variable in Google_VolumeAccessInfoPdf2817 public function setDownloadLink( $downloadLink) { argument2818 $this->downloadLink = $downloadLink;2821 return $this->downloadLink;
317 this.domNodes.downloadLink = document.createElement('a');318 this.domNodes.downloadLink.setAttribute('download', '');319 this.domNodes.downloadLink.textContent = this.options.download;320 this.domNodes.download.appendChild(this.domNodes.downloadLink);657 … _this5.domNodes.downloadLink.setAttribute('href', _this5.currentImage.getAttribute('src'));
1 …downloadLink = contentWindow.document.createElement('a');\n downloadLink.href = url;\n …
1 …downloadLink = contentWindow.document.createElement(\"a\");\n downloadLink.href = url;\…