Searched refs:ApplyToObject (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckstyles.js | 37 style.ApplyToObject( FCKSelection.GetSelectedElement() ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckstyle.js | 120 ApplyToObject : function( objectElement ) method in FCKStyle
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 52 …his._ApplyInlineStyle;break;default:return;};this.ApplyToRange(A,B);},ApplyToObject:function(A){if… method in FCKStyle 53 …ypeof A=='string') A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.G…
|
H A D | fckeditorcode_gecko.js | 51 …his._ApplyInlineStyle;break;default:return;};this.ApplyToRange(A,B);},ApplyToObject:function(A){if… method in FCKStyle 52 …ypeof A=='string') A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.G…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 62 …s._ApplyInlineStyle;break;default:return;};this.ApplyToRange(A,B,C);},ApplyToObject:function(A){if… method in FCKStyle 63 …ypeof A=='string') A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.G…
|
H A D | fckeditorcode_ie.js | 66 …s._ApplyInlineStyle;break;default:return;};this.ApplyToRange(A,B,C);},ApplyToObject:function(A){if… method in FCKStyle 67 …ypeof A=='string') A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.G…
|