Home
last modified time | relevance | path

Searched refs:insertElement (Results 1 – 15 of 15) sorted by relevance

/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/
H A Dimage.js15insertElement(this.imageElement)):"image"!=k&&"img"==a&&confirm(d.lang.image.img2Button)?(this.ima…
16 …ibute("style");this.imageEditMode?!this.linkEditMode&&this.addLink?(d.insertElement(this.linkEleme…
17insertElement(this.imageElement)):this.addLink?this.linkEditMode?this.linkElement.equals(d.getSele…
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/
H A Dhiddenfield.js6 …this.getModel(b);c?(a.replace(c),b.getSelection().selectElement(a)):b.insertElement(a);return!0},c…
H A Dbutton.js6 …(e);c=CKEDITOR.dom.element.createFromHtml(e.getHtml(),a.document);d?a.insertElement(c):(c.replace(…
H A Dform.js5 ….getModel(b);a||(a=b.document.createElement("form"),a.appendBogus(),b.insertElement(a));this.commi…
H A Dradio.js5 …(b=a.document.createElement("input"),b.setAttribute("type","radio"),a.insertElement(b));this.commi…
H A Dtextarea.js5 …TION_MODE;c&&(b=a.document.createElement("textarea"));this.commitContent(b);c&&a.insertElement(b)},
H A Dcheckbox.js5 …a.document.createElement("input"),b.setAttribute("type","checkbox"),a.insertElement(b));this.commi…
H A Dtextfield.js6 …ateElement("input"),b.setAttribute("type","text"));b={element:b};c&&a.insertElement(b.element);thi…
H A Dselect.js8 …(b=a.document.createElement("select"));this.commitContent(b);if(e&&(a.insertElement(b),CKEDITOR.en…
/webtrees/public/ckeditor-4.15.1-custom/plugins/smiley/dialogs/
H A Dsmiley.js5 …cke-saved-src":b,title:a,alt:a,width:c.$.width,height:c.$.height}});f.insertElement(c);k.hide();l.…
/webtrees/public/ckeditor-4.15.1-custom/plugins/iframe/dialogs/
H A Diframe.js7 …Image?(b.replace(this.fakeImage),c.getSelection().selectElement(b)):c.insertElement(b)},contents:[…
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/
H A Dtable.js11 …)}if(this._.selectedElement)try{d.selectBookmarks(e)}catch(n){}else a.insertElement(b),setTimeout(…
/webtrees/public/ckeditor-4.15.1-custom/plugins/flash/dialogs/
H A Dflash.js13 …Image?(e.replace(this.fakeImage),a.getSelection().selectElement(e)):a.insertElement(e)},onHide:fun…
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md228 …mlIntoRange), [`editor.insertElement()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
1184insertElement) and [`editable.insertElement()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKE…
1421 …: [IE] Fixed: [`editor.insertElement()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
1591 …1171): Fixed: [`editor.insertElement()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
1607 …tionally, the [`editor.insertElement()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
H A Dckeditor.js296 {dataValue:a,mode:b,range:c})},insertText:function(a){this.fire("insertText",a)},insertElement:func…
388 …his,c||"html",a,b);this.editor.fire("afterInsertHtml",{intoRange:b})},insertElement:function(a,b){…
390 d.selectRanges([b]);v(this)},insertElementIntoSelection:function(a){this.insertElement(a)},insertEl…
399 ….range)},this);this.attachListener(a,"insertElement",function(a){this.insertElement(a.data)},this)…
943 …b={canUndo:!1,exec:function(a){var b=a.document.createElement("hr");a.insertElement(b)},allowedCon…
1070 …tyle)&&c(a)}}}})}});CKEDITOR.plugins.pagebreakCmd={exec:function(a){a.insertElement(CKEDITOR.plugi…
1154 insertHtml:function(){},insertElement:function(){},insertText:function(){},setReadOnly:function(a){… method