Home
last modified time | relevance | path

Searched refs:FCKStyle (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection.js40 FCKStyles.ApplyStyle( new FCKStyle( styleDefinition ) ) ;
H A Dfckstyles.js253 var style = styles[ '_FCK_' + styleName ] = new FCKStyle( styleDefs[ styleName ] ) ;
267 styles[ styleName ] = new FCKStyle( styleDefs[ styleName ] ) ;
360 var style = new FCKStyle( styleDef ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js49 var FCKStyle = function( styleDesc ) class
55 FCKStyle.prototype =
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js52 var FCKStyle=function(A){this.Element=(A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyl… class
53FCKStyle(B[C]);D.IsCore=true;};return A;},_LoadStylesCustom:function(){var A={};var B=FCKConfig.Cu…
63 … break;A=A.parentNode;};return A;},ApplyStyle:function(A){FCKStyles.ApplyStyle(new FCKStyle(A));}};
H A Dfckeditorcode_gecko.js51 var FCKStyle=function(A){this.Element=(A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyl… class
52FCKStyle(B[C]);D.IsCore=true;};return A;},_LoadStylesCustom:function(){var A={};var B=FCKConfig.Cu…
62 … break;A=A.parentNode;};return A;},ApplyStyle:function(A){FCKStyles.ApplyStyle(new FCKStyle(A));}};
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js62 var FCKStyle=function(A){this.Element=(A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyl… class
63FCKStyle(B[C]);D.IsCore=true;};return A;},_LoadStylesCustom:function(){var A={};var B=FCKConfig.Cu…
73 … break;A=A.parentNode;};return A;},ApplyStyle:function(A){FCKStyles.ApplyStyle(new FCKStyle(A));}};
H A Dfckeditorcode_ie.js66 var FCKStyle=function(A){this.Element=(A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyl… class
67FCKStyle(B[C]);D.IsCore=true;};return A;},_LoadStylesCustom:function(){var A={};var B=FCKConfig.Cu…
77 … break;A=A.parentNode;};return A;},ApplyStyle:function(A){FCKStyles.ApplyStyle(new FCKStyle(A));}};