Searched refs:isContextFor (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
D | ckeditor.js | 190 …nction(a,b){if(!this.readOnly&&a.readOnly)return!0;if(this.context&&!b.isContextFor(this.context)|| 479 e.reverse());for(f=0;f<l;f++)if(c(e[f]))return e[f];return null},isContextFor:function(a){var f;ret… method 794 …rMode||c;"wysiwyg"==a.mode&&(b||(b=a.activeEnterMode),a.elementPath().isContextFor("p")||(b=CKEDIT… 860 this.hideItem(b)},refresh:function(){var b=a.elementPath();if(b){if(b.isContextFor("p"))for(var c i…
|
/plugin/ckgedit/ckeditor/ |
D | ckeditor.js | 213 …ction(a,b){if(!this.readOnly&&a.readOnly)return!0;if(this.context&&!b.isContextFor(this.context)||… 520 …ll(g,0),g.reverse());for(;c<k;c++)if(f(g[c]))return g[c];return null},isContextFor:function(a){var… 851 …ysiwyg"==a.mode){e||(e=a.activeEnterMode);var l=a.elementPath();l&&!l.isContextFor("p")&&(e=CKEDIT… 931 …this.hideItem(b)},refresh:function(){var b=a.elementPath();if(b){if(b.isContextFor("p"))for(var c …
|
D | ckeditor.js.unc | 4349 …if (this.context && !b.isContextFor(this.context) || !this.checkAllowed(!0)) return this.disable()… 10406 isContextFor: function(a) { 16719 g && !g.isContextFor("p") && (e = CKEDITOR.ENTER_BR, b = 1); 18434 if (b.isContextFor("p"))
|