Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarpanelbutton.js25 var FCKToolbarPanelButton = function( commandName, label, tooltip, style, icon ) class
42 FCKToolbarPanelButton.prototype.TypeName = 'FCKToolbarPanelButton' ;
44 FCKToolbarPanelButton.prototype.Create = function( parentElement )
90 FCKToolbarPanelButton.prototype.RefreshState = FCKToolbarButton.prototype.RefreshState ;
91 FCKToolbarPanelButton.prototype.Enable = FCKToolbarButton.prototype.Enable ;
92 FCKToolbarPanelButton.prototype.Disable = FCKToolbarButton.prototype.Disable ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbaritems.js98 …case 'TextColor' : oItem = new FCKToolbarPanelButton( 'TextColor', FCKLang.TextColor, null, null,…
99 …case 'BGColor' : oItem = new FCKToolbarPanelButton( 'BGColor' , FCKLang.BGColor, null, null, 46 …
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js109FCKToolbarPanelButton=function(A,B,C,D,E){this.CommandName=A;var F;if (E==null) F=FCKConfig.SkinPa… class
111 … 'TextColor':B=new FCKToolbarPanelButton('TextColor',FCKLang.TextColor,null,null,45);break;case 'B…
H A Dfckeditorcode_ie.js110FCKToolbarPanelButton=function(A,B,C,D,E){this.CommandName=A;var F;if (E==null) F=FCKConfig.SkinPa… class
112 … 'TextColor':B=new FCKToolbarPanelButton('TextColor',FCKLang.TextColor,null,null,45);break;case 'B…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js96FCKToolbarPanelButton=function(A,B,C,D,E){this.CommandName=A;var F;if (E==null) F=FCKConfig.SkinPa… class
97 … 'TextColor':B=new FCKToolbarPanelButton('TextColor',FCKLang.TextColor,null,null,45);break;case 'B…
H A Dfckeditorcode_gecko.js95FCKToolbarPanelButton=function(A,B,C,D,E){this.CommandName=A;var F;if (E==null) F=FCKConfig.SkinPa… class
96 … 'TextColor':B=new FCKToolbarPanelButton('TextColor',FCKLang.TextColor,null,null,45);break;case 'B…