fckplugin.js 515 B

12345678910
  1. // Register the command.
  2. FCKCommands.RegisterCommand( 'EmbedMovies',
  3. new FCKDialogCommand( FCKLang['DlgEmbedMoviesTitle'], FCKLang['DlgEmbedMoviesTitle'],
  4. FCKConfig.PluginsPath + 'fckEmbedMovies/fck_embedmovies.html', 600, 440 )
  5. ) ;
  6. // Create and register the Video toolbar button.
  7. var oVideoItem = new FCKToolbarButton( 'EmbedMovies', FCKLang['DlgEmbedMoviesTitle'] ) ;
  8. oVideoItem.IconPath = FCKConfig.PluginsPath + 'fckEmbedMovies/embedmovies.gif' ;
  9. FCKToolbarItems.RegisterItem( 'EmbedMovies', oVideoItem ) ;