File: fckplugin.js

package info (click to toggle)
moin 1.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 74,956 kB
  • sloc: python: 118,347; java: 10,704; php: 2,374; perl: 1,572; xml: 371; makefile: 213; sh: 79; sed: 5
file content (8 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
// Register the related commands.
FCKCommands.RegisterCommand( 'Smiley' , new FCKDialogCommand( FCKLang['InsertSmileyLbl'] , FCKLang['InsertSmiley'] , FCKConfig.PluginsPath + 'smiley/fck_smiley.html' , 340, 170 ) ) ;

// Create the "Smiley" toolbar button.
var oSmileyItem = new FCKToolbarButton( 'Smiley', FCKLang['InsertSmiley'] ) ;
oSmileyItem.IconPath = FCKConfig.PluginsPath + 'smiley/smile.png' ;

FCKToolbarItems.RegisterItem( 'Smiley', oSmileyItem) ;