/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | styles.js | 36 { 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 D | ckeditor.js | 139 …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 D | AbstractRenderer.php | 131 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 D | ReportBaseTextbox.php | 125 public function addElement($element): void
|
/webtrees/resources/views/ |
H A D | individual-page-name.phtml | 62 <?php $element = Registry::elementFactory()->make($fact->tag() . ':' . $tag) ?> variable
|
H A D | fact.phtml | 35 $element = Registry::elementFactory()->make($fact->tag()); variable
|
/webtrees/resources/views/modules/media-list/ |
H A D | page.phtml | 120 … $element = Registry::elementFactory()->make('OBJE:FILE:FORM:TYPE'); variable
|
/webtrees/tests/app/Elements/ |
H A D | AbstractElementTestCase.php | 31 protected static ElementInterface $element; variable in Fisharebest\\Webtrees\\Elements\\AbstractElementTestCase
|
/webtrees/resources/js/ |
H A D | webtrees.js | 150 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 D | ElementFactory.php | 81 return $element; variable in Fisharebest\\Webtrees\\Factories\\ElementFactory
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/ |
H A D | anchor.js | 6 …&9>CKEDITOR.env.version&&(b["class"]="cke_anchor"),b=new CKEDITOR.style({element:"a",attributes:b}… property
|
H A D | link.js | 28 …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 D | radio.js | 5 …ement("input"),b.setAttribute("type","radio"),a.insertElement(b));this.commitContent({element:b})}, property
|
H A D | checkbox.js | 5 …nt("input"),b.setAttribute("type","checkbox"),a.insertElement(b));this.commitContent({element:b})}, property
|
H A D | textfield.js | 6 …&&(b=a.document.createElement("input"),b.setAttribute("type","text"));b={element:b};c&&a.insertEle… property
|