Home
last modified time | relevance | path

Searched refs:FCKTextColorCommand (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js27 var FCKTextColorCommand = function( type ) class
49 FCKTextColorCommand.prototype.Execute = function( panelX, panelY, relElement )
55 FCKTextColorCommand.prototype.SetColor = function( color )
72 FCKTextColorCommand.prototype.GetState = function()
108 FCKTextColorCommand.prototype._CreatePanelBody = function( targetDocument, targetDiv )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js84 case 'TextColor' : oCommand = new FCKTextColorCommand('ForeColor') ; break ;
85 case 'BGColor' : oCommand = new FCKTextColorCommand('BackColor') ; break ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js74FCKTextColorCommand=function(A){this.Name=A=='ForeColor'?'TextColor':'BGColor';this.Type=A;var B;i… class
85 …mmand();break;case 'TextColor':B=new FCKTextColorCommand('ForeColor');break;case 'BGColor':B=new F…
H A Dfckeditorcode_gecko.js73FCKTextColorCommand=function(A){this.Name=A=='ForeColor'?'TextColor':'BGColor';this.Type=A;var B;i… class
84 …mmand();break;case 'TextColor':B=new FCKTextColorCommand('ForeColor');break;case 'BGColor':B=new F…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js84FCKTextColorCommand=function(A){this.Name=A=='ForeColor'?'TextColor':'BGColor';this.Type=A;var B;i… class
97 …KNbsp();break;case 'TextColor':B=new FCKTextColorCommand('ForeColor');break;case 'BGColor':B=new F…
H A Dfckeditorcode_ie.js88FCKTextColorCommand=function(A){this.Name=A=='ForeColor'?'TextColor':'BGColor';this.Type=A;var B;i… class
99 …KNbsp();break;case 'TextColor':B=new FCKTextColorCommand('ForeColor');break;case 'BGColor':B=new F…