Home
last modified time | relevance | path

Searched refs:editables (Results 1 – 4 of 4) sorted by relevance

/plugin/ckgdoku/ckeditor/
DCHANGES.md629 …ttp://dev.ckeditor.com/ticket/12162): Fixed: Auto paragraphing and *Enter* key in nested editables.
904 …tp://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nested editables.
964 …ation with non-editable elements (for example widgets) and their nested editables. Styles cannot c…
978 …//dev.ckeditor.com/ticket/10881): Various improvements to *Enter* key behavior in nested editables.
981 …com/ticket/10877): Fixed: [SCAYT](http://ckeditor.com/addon/wsc) blocks typing in nested editables.
/plugin/ckgedit/ckeditor/
Dckeditor.js1271 …=a.editor;e.fire("lockSnapshot");c?(d=c.data("cke-widget-editable"),d=b.editables[d],a.widgetHoldi…
1280editables:{}}),"1"!=e.attributes["data-cke-widget-keep-attr"]&&delete e.attributes["data-widget"]}… property
1281 …_.downcastFn.call(f,h);for(g in b.editables)k=b.editables[g],delete k.attributes.contenteditable,k…
1294 b,this))}}function ga(a){var b,c,d=a.editables;a.editables={};if(a.editables)for(b in d)c=d[b],a.in…
1310 …eturn!0},destroy:function(a){this.fire("destroy");if(this.editables)for(var b in this.editables)th…
1311 …s.wrapper));this.wrapper=null},destroyEditable:function(a,b){var c=this.editables[a],d=!0;c.remove…
1312editables&&(f=f.editables[a])&&f!==c&&c.filter===f.filter&&(d=!1)}d&&(c.filter.destroy(),(d=this.r…
1314 …ew t(this.editor,c,{filter:A.call(this.repository,this.name,a,b)}),this.editables[a]=c,c.setAttrib…
DCHANGES.md353 …m/ckeditor/ckeditor-dev/issues/568): Added possibility to adjust nested editables' filters using t…
1049 …tps://dev.ckeditor.com/ticket/12162): Fixed: Auto paragraphing and *Enter* key in nested editables.
1324 …ps://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nested editables.
1384 …ation with non-editable elements (for example widgets) and their nested editables. Styles cannot c…
1398 …//dev.ckeditor.com/ticket/10881): Various improvements to *Enter* key behavior in nested editables.
1401 …cket/10877): Fixed: [SCAYT](https://ckeditor.com/cke4/addon/wsc) blocks typing in nested editables.
Dckeditor.js.unc25324 …c ? (d = c.data("cke-widget-editable"), d = b.editables[d], a.widgetHoldingFocusedEditable = b, b.…
25489 editables: {}
25491 …} else if ("data-cke-widget-editable" in c) return f[f.length - 1].editables[c["data-cke-widget-ed…
25502 …for (m in b.editables) g = b.editables[m], delete g.attributes.contenteditable, g.setHtml(f.editab…
25773 var b, c, d = a.editables;
25774 a.editables = {};
25775 if (a.editables)
26107 if (this.editables)
26108 for (var b in this.editables) this.destroyEditable(b,
26114 var c = this.editables[a];
[all …]