Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbar.js25 var FCKToolbar = function() class
30 FCKToolbar.prototype.AddItem = function( item )
35 FCKToolbar.prototype.AddButton = function( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, s…
55 FCKToolbar.prototype.AddSeparator = function()
60 FCKToolbar.prototype.Create = function( parentElement )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js267 oToolbar = new FCKToolbar() ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js98FCKToolbar=function(){this.Items=[];};FCKToolbar.prototype.AddItem=function(A){return this.Items[t… class
100 … (typeof(C)=='string'){if (C=='/') D=new FCKToolbarBreak();}else{D=new FCKToolbar();for (var j=0;j…
H A Dfckeditorcode_gecko.js97FCKToolbar=function(){this.Items=[];};FCKToolbar.prototype.AddItem=function(A){return this.Items[t… class
99 … (typeof(C)=='string'){if (C=='/') D=new FCKToolbarBreak();}else{D=new FCKToolbar();for (var j=0;j…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js112FCKToolbar=function(){this.Items=[];};FCKToolbar.prototype.AddItem=function(A){return this.Items[t… class
114 … (typeof(C)=='string'){if (C=='/') D=new FCKToolbarBreak();}else{D=new FCKToolbar();for (var j=0;j…
H A Dfckeditorcode_ie.js113FCKToolbar=function(){this.Items=[];};FCKToolbar.prototype.AddItem=function(A){return this.Items[t… class
115 … (typeof(C)=='string'){if (C=='/') D=new FCKToolbarBreak();}else{D=new FCKToolbar();for (var j=0;j…