Home
last modified time | relevance | path

Searched defs:element (Results 1 – 15 of 15) sorted by relevance

/webtrees/public/ckeditor-4.15.1-custom/
H A Dstyles.js36 { name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } }, property
37 { name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } }, property
40 element: 'div', property
62 { name: 'Marker', element: 'span', attributes: { 'class': 'marker' } }, property
64 { name: 'Big', element: 'big' }, property
65 { name: 'Small', element: 'small' }, property
66 { name: 'Typewriter', element: 'tt' }, property
68 { name: 'Computer Code', element: 'code' }, property
69 { name: 'Keyboard Phrase', element: 'kbd' }, property
70 { name: 'Sample Text', element: 'samp' }, property
[all …]
H A Dckeditor.js139 …dth","border-bottom-width","padding-top","padding-bottom"]};CKEDITOR.dom.element.prototype.setSize… class in CKEDITOR.dom
209 …a,c,f,h){a:{null==h&&(h=d(f));for(var g;g=h.shift();)if(g.getDtd().p){h={element:g,remaining:h};br… property
210 c,f,h.remaining);c=new CKEDITOR.dom.range(h.element);c.selectNodeContents(h.element);c=c.createIter… property
300 …function(a){if(!CKEDITOR.env.isCompatible)return null;var b=CKEDITOR.dom.element.get(a);return b?b… property
352 CKEDITOR.htmlParser.element=function(a,d){this.name=a;this.attributes=d||{};this.children=[];var b=… function in CKEDITOR.htmlParser
355 …-1:a>b?1:0},b=CKEDITOR.htmlParser.fragment.prototype;CKEDITOR.htmlParser.element.prototype=CKEDITO… class in CKEDITOR.htmlParser
368 …getItem(f),"true"!=a.getAttribute("contenteditable")||a.getEditor()||(d={element:a,config:{}},!1!=… property
386 (a="focus"==a?"focusin":"focusout",b=f(b,this),c[0]=a,c[1]=b);return CKEDITOR.dom.element.prototype… class in CKEDITOR.dom
406 …his.attachListener(this,"dblclick",function(b){if(a.readOnly)return!1;b={element:b.data.getTarget(… property
536 …peof a&&(f=function(b){return b.getName()==a});a instanceof CKEDITOR.dom.element?f=function(b){ret… function
[all …]
/webtrees/app/Report/
H A DAbstractRenderer.php131 public function addElement($element): void
147 public function addElementToHeader($element): void
157 public function addElementToBody($element): void
167 public function addElementToFooter($element): void
H A DReportBaseTextbox.php125 public function addElement($element): void
/webtrees/resources/views/
H A Dindividual-page-name.phtml62 <?php $element = Registry::elementFactory()->make($fact->tag() . ':' . $tag) ?> variable
H A Dfact.phtml35 $element = Registry::elementFactory()->make($fact->tag()); variable
/webtrees/resources/views/modules/media-list/
H A Dpage.phtml120 … $element = Registry::elementFactory()->make('OBJE:FILE:FORM:TYPE'); variable
/webtrees/tests/app/Elements/
H A DAbstractElementTestCase.php31 protected static ElementInterface $element; variable in Fisharebest\\Webtrees\\Elements\\AbstractElementTestCase
/webtrees/resources/js/
H A Dwebtrees.js150 webtrees.pasteAtCursor = function (element, text) { argument
556 webtrees.persistentToggle = function (element) { argument
761 webtrees.initializeTomSelect = function (element) { argument
888 event.target.querySelectorAll('textarea[data-wt-pattern]').forEach(function (element) { argument
929 .forEach(function (element) { argument
944 document.querySelectorAll('table.datatables').forEach(function (element) { argument
1054 const element = target.closest(target.dataset.wtFullscreen); constant
/webtrees/app/Factories/
H A DElementFactory.php81 return $element; variable in Fisharebest\\Webtrees\\Factories\\ElementFactory
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/
H A Danchor.js6 …&9>CKEDITOR.env.version&&(b["class"]="cke_anchor"),b=new CKEDITOR.style({element:"a",attributes:b}… property
H A Dlink.js28 …LinkAttributes(c,a);h=c.getSelection().getRanges();f=new CKEDITOR.style({element:"a",attributes:b.… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/
H A Dradio.js5 …ement("input"),b.setAttribute("type","radio"),a.insertElement(b));this.commitContent({element:b})}, property
H A Dcheckbox.js5 …nt("input"),b.setAttribute("type","checkbox"),a.insertElement(b));this.commitContent({element:b})}, property
H A Dtextfield.js6 …&&(b=a.document.createElement("input"),b.setAttribute("type","text"));b={element:b};c&&a.insertEle… property