Searched refs:insertText (Results 1 – 3 of 3) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/plugins/specialchar/dialogs/ |
H A D | specialchar.js | 5 …ackground"),f.hide(),c=h.document.createElement("span"),c.setHtml(b),h.insertText(c.getText()))};p…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | CHANGES.md | 1591 …sertElement) and [`editor.insertText()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e… 1794 …0367): Fixed: [`editable.insertText()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ed…
|
H A D | ckeditor.js | 296 {dataValue:a,mode:b,range:c})},insertText:function(a){this.fire("insertText",a)},insertElement:func… 387 …this._.attrChanges||(this._.attrChanges[a]=c),this.setAttribute(a,b))},insertText:function(a){this… 399 …ent(a.data)},this);this.attachListener(a,"insertText",function(a){this.insertText(a.data)},this);t… 1154 insertHtml:function(){},insertElement:function(){},insertText:function(){},setReadOnly:function(a){… method 1163 …||0,b="";e--;)b+=" ";if(b)c.on("key",function(a){9==a.data.keyCode&&(c.insertText(b),a.cancel())})…
|