Searched refs:applyToRange (Results 1 – 5 of 5) sorted by relevance
| /plugin/ckgdoku/ckeditor/plugins/find/dialogs/ |
| D | find.js | 9 …this.removeHighlight();var a=this.toDomRange(),b=a.createBookmark();x.applyToRange(a,c);a.moveToBo…
|
| /plugin/ckgedit/ckeditor/plugins/find/dialogs/ |
| D | find.js | 10 …this.removeHighlight();var a=this.toDomRange(),b=a.createBookmark();z.applyToRange(a,c);a.moveToBo…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 502 …return!1;return!0}function L(a,b,c){var d=a.getRanges();b=b?this.removeFromRange:this.applyToRange; 506 …applyToRange:function(a){this.applyToRange=this.type==CKEDITOR.STYLE_INLINE?b:this.type==CKEDITOR.… 1301 …ttributes["class"];return a?CKEDITOR.tools.trim(a).split(/\s+/):null},applyToRange:a,removeFromRan… property
|
| D | ckeditor.js.unc | 10034 b = b ? this.removeFromRange : this.applyToRange; 10129 applyToRange: function(a) { 10130 …this.applyToRange = this.type == CKEDITOR.STYLE_INLINE ? b : this.type == CKEDITOR.STYLE_BLOCK ? g… 10131 return this.applyToRange(a) 25916 applyToRange: a,
|
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 462 …a,b,c){var d=a.document,e=a.getRanges();b=b?this.removeFromRange:this.applyToRange;var g,f;if(a.is… 466 …applyToRange:function(a){this.applyToRange=this.type==CKEDITOR.STYLE_INLINE?b:this.type==CKEDITOR.…
|