Searched refs:pageLink (Results 1 – 4 of 4) sorted by relevance
| /plugin/fetchmedia/script/ |
| D | main.js | 92 … const pageLink = `<a href="${pageUrl}" class="wikilink1" target="_blank">${page}</a>`; constant 97 <td class="wikipage" rowspan="${numberOfLinks}">${pageLink}</td>
|
| /plugin/acknowledge/admin/ |
| D | report.php | 186 echo '<td>' . $this->pageLink($item['page']) . '</td>'; 244 protected function pageLink($page) function in admin_plugin_acknowledge_report
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 905 else if (lnkObj.pageLink) 907 graph.setLinkForCell(v1, 'data:page/id,' + lnkObj.pageLink); 10768 var pageLink = this.getValue(subAddressElem, ''); 10770 return {extLink: extLink, pageLink: pageLink};
|
| /plugin/diagramsnet/lib/js/ |
| D | extensions.min.js | 1119 …link();a.extLink?d.setLinkForCell(n,a.extLink):a.pageLink&&d.setLinkForCell(n,"data:page/id,"+a.pa… 1506 …g("SubAddress",null,"Hyperlink"),b=this.getValue(b,"");return{extLink:a,pageLink:b}};b.prototype.g…
|