Home
last modified time | relevance | path

Searched refs:oReplaceItem (Results 1 – 2 of 2) sorted by relevance

/plugin/fckg/fckeditor/editor/plugins/tableformat/
H A Dfckplugin.js31 var oReplaceItem = new FCKToolbarButton( 'Format_Table', 'Format Table' ) ; variable
32 oReplaceItem.IconPath = FCKConfig.PluginsPath + 'tableformat/table.gif' ;
34 FCKToolbarItems.RegisterItem( 'Format_Table', oReplaceItem ) ; // 'Format_Table' is the name used i…
/plugin/wysiwyg/fckeditor/_samples/_plugins/findreplace/
H A Dfckplugin.js35 var oReplaceItem = new FCKToolbarButton( 'My_Replace', FCKLang['DlgMyReplaceTitle'] ) ; variable
36 oReplaceItem.IconPath = FCKConfig.PluginsPath + 'findreplace/replace.gif' ;
38 FCKToolbarItems.RegisterItem( 'My_Replace', oReplaceItem ) ; // 'My_Replace' is the name used in th…