Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/plugins/plugintool/
Dfckplugin.js30 var oPluginTool = new FCKToolbarButton( 'Plugin_Tool', 'Plugin Tool' ) ; variable
31 oPluginTool.IconPath = FCKConfig.PluginsPath + 'plugintool/plugin.gif' ;
33 FCKToolbarItems.RegisterItem( 'Plugin_Tool', oPluginTool ) ; // 'Format_Table' is the name used in …
159 menu.AddItem( 'Plugin_Tool', 'Plugin Tool', oPluginTool.IconPath) ;