Searched refs:elementBoundary (Results 1 – 1 of 1) sorted by relevance
| /plugin/imagemapping/ |
| D | ImageMappingEditor.js | 48 const map = this.elementBoundary('{{map>', '{{<map}}'); 58 const img = this.elementBoundary('{{', '}}'); 76 let link = this.elementBoundary('[[', ']]', map.start, map.end); 79 const imglink = this.elementBoundary('{{', '}}', link.start, link.end); 115 elementBoundary(open, close, min, max) { method in ImageMappingEditor
|