Searched refs:editable (Results 1 – 6 of 6) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 137 …t.equals(this)&&e.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO||!a&&(d=e.editable())&&(d.equals(thi… 151 …turn b}(CKEDITOR.dtd.$block),{caption:1,td:1,th:1});CKEDITOR.dom.walker.editable=function(a){retur… 159 …om.walker.bogus(),g=/^[\t\r\n ]*(?: |\xa0)$/,l=CKEDITOR.dom.walker.editable(),v=CKEDITOR.dom.… 279 …config.startupFocus){var a=this.createRange();a.selectNodeContents(this.editable());a.shrink(CKEDI… 292 c=this;this.fire("beforeDestroy");!a&&w.call(this);this.editable(null);this.filter&&delete this.fil… 293 this.editable()):null},createRange:function(){var a=this.editable();return a?new CKEDITOR.dom.range… 295 …=a&&(this.readOnly=a,this.keystrokeHandler.blockedKeystrokes[8]=+a,this.editable().setReadOnly(a),… 296 …editable(),c=this.getSelection(),c=c&&c.getRanges();if(!b||!c||0===c.length)return null;b=A(c,b);r… 334 …e&&(a["data-cke-editable"]=a.contenteditable?"true":1);a.contenteditable="false"}function l(a){a=a… 367 "true"),b.setData(a.getHtml(),null,!0));b.on("loaded",function(){b.fire("uiReady");b.editable(a);b.… [all …]
|
H A D | CHANGES.md | 46 …content inside a [widget](https://ckeditor.com/cke4/addon/widget) nested editable is escaped twice. 90 …iii) switch back to WYSIWYG mode, and (iv) preview CKEditor content outside CKEditor editable area. 223 …keditor/ckeditor4/issues/1469): Fixed: Trying to get data from a nested editable inside a freshly … 228 …st/api/CKEDITOR_editor.html#method-insertElementIntoRange)) pollute the editable with empty `<span… 297 …b.com/ckeditor/ckeditor4/issues/2470): [Firefox] Fixed: Widget's nested editable gets blurred upon… 298 …keditor/ckeditor4/issues/2655): [Chrome, Safari] Fixed: Widget's nested editable cannot be focused… 460 …sues/153) [Chrome] Fixed: Correcting a word in the widget in SCAYT moves focus to another editable. 724 * [#14407](https://dev.ckeditor.com/ticket/14407): [IE] Fixed: Non-editable widgets can be edited. 770 … WebKit] Fixed: Cannot select all editor content when a widget or a non-editable element is the fi… 773 …): [Blink, WebKit] Fixed: Error thrown occasionally by an uninitialized editable for multiple CKEd… [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/find/dialogs/ |
H A D | find.js | 7 …et+1);d.setEndAt(c.editable(),CKEDITOR.POSITION_BEFORE_END);return d}function r(a){var b=c.getSele… 15 p=g[g.length-1],g=g[0],m=c.createRange();m.setStartAt(c.editable(),CKEDITOR.POSITION_AFTER_START);m…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/templates/dialogs/ |
H A D | templates.js | 7 a.moveToElementEditStart(c.editable());a.select();setTimeout(function(){c.fire("saveSnapshot")},0)}…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/div/dialogs/ |
H A D | div.js | 8 …rent();for(b=1;b<e[h].length;b++)f=f.getCommonAncestor(e[h][b]);f||(f=a.editable());l=new CKEDITOR…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/ |
H A D | table.js | 5 …f){var p=function(d){return new CKEDITOR.dom.element(d,a.document)},r=a.editable(),q=a.plugins.dia…
|