/webtrees/public/ckeditor-4.15.1-custom/plugins/div/dialogs/ |
H A D | div.js | 3 "advanced:dir","advanced:style"],c=this.getDialog(),f=c.getModel(a),f=f&&f.clone()||new CKEDITOR.do… 5 …a.lang.common.langDirLtr,"ltr"],[a.lang.common.langDirRtl,"rtl"]]}]}]}],getModel:function(a){retur… 6 ….getModel(a);b&&c.setup(b)},0)})},onShow:function(){"editdiv"==m&&this.setupContent(this.getModel(… 9 …,onHide:function(){this.getMode(a)===CKEDITOR.dialog.EDITING_MODE&&this.getModel(a).removeCustomDa…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/ |
H A D | hiddenfield.js | 5 …getModel:function(a){return(a=a.getSelection().getSelectedElement())&&a.data("cke-real-element-typ… 6 …ntent(a);var a=b.createFakeElement(a,"cke_hidden","hiddenfield"),c=this.getModel(b);c?(a.replace(c…
|
H A D | button.js | 5 …getModel:function(a){return(a=a.getSelection().getSelectedElement())&&a.is("input")&&a.getAttribut… 6 a&&this.setupContent(a)},onOk:function(){var a=this.getParentEditor(),b=this.getModel(a),d=this.get…
|
H A D | form.js | 5 …getModel:function(b){return b.elementPath().contains("form",1)||null},onShow:function(){var b=this…
|
H A D | radio.js | 5 …getModel:function(a){return(a=a.getSelection().getSelectedElement())&&"input"==a.getName()&&"radio…
|
H A D | textarea.js | 5 …getModel:function(a){return(a=a.getSelection().getSelectedElement())&&"textarea"==a.getName()?a:nu…
|
H A D | checkbox.js | 5 …getModel:function(a){return(a=a.getSelection().getSelectedElement())&&"checkbox"==a.getAttribute("…
|
H A D | textfield.js | 5 …1};return{title:b.lang.forms.textfield.title,minWidth:350,minHeight:150,getModel:function(a){a=a.g… 6 …ion(){var a=this.getModel(this.getParentEditor());a&&this.setupContent(a)},onOk:function(){var a=t…
|
H A D | select.js | 7 …itle,minWidth:CKEDITOR.env.ie?460:395,minHeight:CKEDITOR.env.ie?320:300,getModel:function(a){retur… 8 …getModel(this.getParentEditor());if(a){this.setupContent(a.getName(),a);for(var a=n(a),b=0;b<a.cou…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/ |
H A D | anchor.js | 5 …nchor")}return{title:c.lang.link.anchor.title,minWidth:300,minHeight:60,getModel:function(b){var a… 6 …lueOf("info","txtName")),b={id:b,name:b,"data-cke-saved-name":b},a=this.getModel(c);a?a.data("cke-… 7 b.applyToRange(a)))},onShow:function(){var b=c.getSelection(),a=this.getModel(c),d=a&&a.data("cke-r…
|
H A D | link.js | 7 …:"moono-lisa"==(CKEDITOR.skinName||c.config.skin)?450:350,minHeight:240,getModel:function(a){retur… method
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 16 …ldren:g}]}],getModel:function(a){return CKEDITOR.plugins.tabletools.getSelectedCells(a.getSelectio… 17 …or.getSelection(),b=a.createBookmarks(),c=this.getParentEditor(),d=this.getModel(c),e=0;e<d.length…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 5 …tedListStyle"==e)return{title:b.bulletedTitle,minWidth:300,minHeight:50,getModel:h(c,"ul"),content… 7 …imal,"decimal"]];return{title:b.numberedTitle,minWidth:300,minHeight:50,getModel:h(c,"ol"),content…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/flash/dialogs/ |
H A D | flash.js | 10 …x3c/div\x3e';return{title:a.lang.flash.title,minWidth:420,minHeight:310,getModel:function(a){retur… 11 …mbedNode=null;h=new CKEDITOR.dom.element("embed",a.document);var e=this.getModel(a);if(e){this.fak…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/iframe/dialogs/ |
H A D | iframe.js | 6 …=c.plugins.dialogadvtab;return{title:g.title,minWidth:350,minHeight:260,getModel:function(b){retur…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/ |
H A D | table.js | 6 310:280,getModel:function(d){return"tableProperties"!==this.dialog.getName()?null:(d=(d=d.getSelect…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/ |
H A D | image.js | 11 …:"moono-lisa"==(CKEDITOR.skinName||d.config.skin)?500:420,minHeight:360,getModel:function(a){var b…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 645 …);this.fire("state",a)}},getModel:function(a){return this._.model?this._.model:this.definition.get… 646 a=this.getModel(a);return!a||a instanceof CKEDITOR.dom.element&&!a.getParent()?CKEDITOR.dialog.CREA… 1093 …{if(!c&&CKEDITOR.plugins.autocomplete){c=!0;var b=CKEDITOR.plugins.autocomplete.prototype.getModel; 1094 CKEDITOR.plugins.autocomplete.prototype.getModel=function(a){var d=this.editor;a=b.bind(this)(a);a.… method in CKEDITOR.plugins.autocomplete
|
H A D | CHANGES.md | 198 …e [`CKEDITOR.plugins.dialog.getModel()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_d…
|