Home
last modified time | relevance | path

Searched refs:getModel (Results 1 – 19 of 19) sorted by relevance

/webtrees/public/ckeditor-4.15.1-custom/plugins/div/dialogs/
H A Ddiv.js3 "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 Dhiddenfield.js5getModel: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 Dbutton.js5getModel: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 Dform.js5getModel:function(b){return b.elementPath().contains("form",1)||null},onShow:function(){var b=this…
H A Dradio.js5getModel:function(a){return(a=a.getSelection().getSelectedElement())&&"input"==a.getName()&&"radio…
H A Dtextarea.js5getModel:function(a){return(a=a.getSelection().getSelectedElement())&&"textarea"==a.getName()?a:nu…
H A Dcheckbox.js5getModel:function(a){return(a=a.getSelection().getSelectedElement())&&"checkbox"==a.getAttribute("…
H A Dtextfield.js5 …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 Dselect.js7 …itle,minWidth:CKEDITOR.env.ie?460:395,minHeight:CKEDITOR.env.ie?320:300,getModel:function(a){retur…
8getModel(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 Danchor.js5 …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 Dlink.js7 …:"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 DtableCell.js16 …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 Dliststyle.js5 …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 Dflash.js10 …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 Diframe.js6 …=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 Dtable.js6 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 Dimage.js11 …:"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 Dckeditor.js645 …);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 DCHANGES.md198 …e [`CKEDITOR.plugins.dialog.getModel()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_d…