Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbar.js97 var FCKToolbarSeparator = function() function
100 FCKToolbarSeparator.prototype.Create = function( parentElement ) class
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js98 …A);};FCKToolbar.prototype.AddSeparator=function(){this.AddItem(new FCKToolbarSeparator());};FCKToo… class
H A Dfckeditorcode_gecko.js97 …A);};FCKToolbar.prototype.AddSeparator=function(){this.AddItem(new FCKToolbarSeparator());};FCKToo… class
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js112 …A);};FCKToolbar.prototype.AddSeparator=function(){this.AddItem(new FCKToolbarSeparator());};FCKToo… function
H A Dfckeditorcode_ie.js113 …A);};FCKToolbar.prototype.AddSeparator=function(){this.AddItem(new FCKToolbarSeparator());};FCKToo… function