You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AiShopping/AiGouWu\FCKedit\editor\plug...

5 lines
393 B

FCKCommands.RegisterCommand('InsertMusic', new FCKDialogCommand('InsertMusic', FCKLang.InsertMusic, FCKPlugins.Items['InsertMusic'].Path + 'insertmusic.html', 370,120)) ;
var insertcodeItem = new FCKToolbarButton('InsertMusic', FCKLang.InsertMusic) ;
insertcodeItem.IconPath = FCKPlugins.Items['InsertMusic'].Path + 'music.gif';
FCKToolbarItems.RegisterItem('InsertMusic', insertcodeItem);