Searched refs:ApplyToRange (Results 1 – 5 of 5) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckstyle.js | 91 this.ApplyToRange( range, true ) ; 97 ApplyToRange : function( range, selectIt ) method in FCKStyle 105 this.ApplyToRange = this._ApplyBlockStyle ; 108 this.ApplyToRange = this._ApplyInlineStyle ; 114 this.ApplyToRange( range, selectIt ) ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 52 …ApplyToRange(B,true);},ApplyToRange:function(A,B){switch (this.GetType()){case 0:this.ApplyToRange… method in FCKStyle
|
H A D | fckeditorcode_gecko.js | 51 …ApplyToRange(B,true);},ApplyToRange:function(A,B){switch (this.GetType()){case 0:this.ApplyToRange… method in FCKStyle
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 62 …ApplyToRange(B,true);},ApplyToRange:function(A,B,C){switch (this.GetType()){case 0:this.ApplyToRan… method in FCKStyle
|
H A D | fckeditorcode_ie.js | 66 …ApplyToRange(B,true);},ApplyToRange:function(A,B,C){switch (this.GetType()){case 0:this.ApplyToRan… method in FCKStyle
|