Home
last modified time | relevance | path

Searched refs:isWholeContentSelected (Results 1 – 2 of 2) sorted by relevance

/plugin/ckgedit/ckeditor/
H A Dckeditor.js1255 …llerTagName:"div",addFillers:function(a){var b=a.editor;if(!this.isWholeContentSelected(a)&&0<a.ge…
1256 …}return!1},removeFillers:function(a){if(this.hasFiller(a)&&!this.isWholeContentSelected(a)){var b=…
1257 …lerRegex(),"").replace(this.createFillerRegex(!0),""));return a},isWholeContentSelected:function(a… method in CKEDITOR.plugins.widgetselection
H A Dckeditor.js.unc24977 if (!this.isWholeContentSelected(a) && 0 < a.getChildCount()) {
24988 if (this.hasFiller(a) && !this.isWholeContentSelected(a)) {
25000 isWholeContentSelected: function(a) {