Searched refs:allowedContent (Results 1 – 2 of 2) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 240 …div"];CKEDITOR.FILTER_SKIP_TREE=2;CKEDITOR.filter=function(a,b){this.allowedContent=[];this.disall… property 241 …CKEDITOR.editor?a:null;if(c&&!b){this.customConfig=!0;var d=c.config.allowedContent;!0===d?this.di… 243 …r(f=0;f<b.length;++f)n=this.allow(b[f],c,d);return n}a(this,b,c,this.allowedContent,this._.allowed… 247 …||!a)return!0;a.toFeature&&(a=a.toFeature(this.editor));this.allow(a.allowedContent,a.name);this.a… 252 …tion(){var a=new CKEDITOR.filter,b=CKEDITOR.tools.clone;a.allowedContent=b(this.allowedContent);a.… 253 delete this._;delete this.allowedContent;delete this.disallowedContent}};var T={styles:1,attributes… 526 …ED})();CKEDITOR.styleCommand=function(a,d){this.requiredContent=this.allowedContent=this.style=a;C… 675 allowedContent:{"h1 h2 h3 h4 h5 h6 table ul ol blockquote div tr p div li td":{propertiesOnly:!0,at… 686 …",1)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)},context:"blockquote",allowedContent:"blockquote", 708 …:function(a){if(this._.feature)return this._.feature;var b=this;this.allowedContent||this.required… [all …]
|
H A D | CHANGES.md | 293 …allowed through [`config.allowedContent`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_… 1158 …/api/CKEDITOR_plugins_widget_nestedEditable_definition.html#property-allowedContent) is defined pr… 1451 …nd, you need to set [`allowedContent`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_fea… 1834 …tion, so the [`filter.allowedContent`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_fil… 1851 …* Based on [`config.allowedContent`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_confi…
|