Home
last modified time | relevance | path

Searched defs:FCKToolbarButtonUI (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js24 var FCKToolbarButtonUI = function( name, label, tooltip, iconPathOrStripInfoArray, style, state ) class
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js88 var FCKToolbarButtonUI=function(A,B,C,D,E,F){this.Name=A;this.Label=B||A;this.Tooltip=C||this.Label… class
H A Dfckeditorcode_gecko.js87 var FCKToolbarButtonUI=function(A,B,C,D,E,F){this.Name=A;this.Label=B||A;this.Tooltip=C||this.Label… class
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js101 var FCKToolbarButtonUI=function(A,B,C,D,E,F){this.Name=A;this.Label=B||A;this.Tooltip=C||this.Label… class
H A Dfckeditorcode_ie.js102 var FCKToolbarButtonUI=function(A,B,C,D,E,F){this.Name=A;this.Label=B||A;this.Tooltip=C||this.Label… class