Searched refs:changeLink (Results 1 – 2 of 2) sorted by relevance
/plugin/linkfix/ |
D | admin.php | 182 $newlink = $this->changeLink($link, $full, $currentns); 231 protected function changeLink($link, $full, $currentNS) { function in admin_plugin_linkfix
|
/plugin/diagramsnet/lib/js/grapheditor/ |
D | Graph.js | 13114 var changeLink = document.createElement('img'); 13115 changeLink.setAttribute('src', Editor.editImage); 13116 changeLink.setAttribute('title', mxResources.get('editLink')); 13117 changeLink.setAttribute('width', '11'); 13118 changeLink.setAttribute('height', '11'); 13119 changeLink.style.marginLeft = '10px'; 13120 changeLink.style.marginBottom = '-1px'; 13121 changeLink.style.cursor = 'pointer'; 13122 this.linkHint.appendChild(changeLink); 13124 mxEvent.addListener(changeLink, 'click', mxUtils.bind(this, function(evt)
|