fckplugin.js 420 B

12345678910
  1. // Register the command.
  2. FCKCommands.RegisterCommand( 'MP3',
  3. new FCKDialogCommand( FCKLang["DlgMP3Title"], FCKLang["DlgMP3Title"],
  4. FCKConfig.PluginsPath + 'MP3/fck_mp3.php', 600, 530 )
  5. ) ;
  6. // Create and register the MP3 toolbar button.
  7. var oMP3Item = new FCKToolbarButton( 'MP3', FCKLang["DlgMP3Title"] ) ;
  8. oMP3Item.IconPath = FCKConfig.PluginsPath + 'MP3/mp3.gif' ;
  9. FCKToolbarItems.RegisterItem( 'MP3', oMP3Item ) ;