Searched refs:anchor (Results 1 – 5 of 5) sorted by relevance
/webtrees/resources/js/ |
H A D | webtrees.js | 690 const anchor = L.DomUtil.create('a', 'leaflet-control-reset', container); 692 anchor.href = '#'; 693 …anchor.setAttribute('aria-label', config.i18n.reset); /* Firefox doesn't yet support element.ariaL… 694 anchor.title = config.i18n.reset; 695 anchor.setAttribute('role', 'button'); 696 anchor.innerHTML = config.icons.reset; 697 anchor.onclick = resetCallback; 709 const anchor = L.DomUtil.create('a', 'leaflet-control-fullscreen', container); 711 anchor.href = '#'; 712 anchor.setAttribute('role', 'button'); [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/ |
H A D | anchor.js | 5 …ment("a",{attributes:a}),"cke_anchor","anchor")}return{title:c.lang.link.anchor.title,minWidth:300… 7 …ts:[{id:"info",label:c.lang.link.anchor.title,accessKey:"I",elements:[{type:"text",id:"txtName",la… 8 !0:(alert(c.lang.link.anchor.errorName),!1)}}]}]}});
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 986 …"unlink",toolbar:"links,20"}),c.ui.addButton("Anchor",{label:c.lang.link.anchor.toolbar,command:"a… 987 …anchor:1}&&a.data.link&&c.getSelection().selectElement(a.data.link)},null,null,20);c.addMenuItems&… property 988 …RISTATE_OFF,unlink:CKEDITOR.TRISTATE_OFF});a&&a.hasAttribute("name")&&(b.anchor=b.removeAnchor=CKE… 994 ….join("@")}}));if(!d.type)if(f=a.match(x))d.type="anchor",d.anchor={},d.anchor.name=d.anchor.id=f[… 996 …||"";e["data-cke-saved-href"]=0===f.indexOf("/")?f:a+f;break;case "anchor":a=b.anchor&&b.anchor.id; 997 e["data-cke-saved-href"]="#"+(b.anchor&&b.anchor.name||a||"");break;case "email":var d=b.email,f=d.…
|
H A D | CHANGES.md | 1410 …keditor4/latest/api/CKEDITOR_config.html#cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScri…
|
/webtrees/public/css/ |
H A D | vendor.min.css | 6 …color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;position:rela…
|