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.
36 lines
1.8 KiB
36 lines
1.8 KiB
//FCKConfig.SmileyWindowWidth = 500 ;
|
|
//FCKConfig.SmileyWindowHeight = 500 ;
|
|
//FCKConfig.ImageUpload = false ;
|
|
FCKConfig.ToolbarSets["PluginTest"] = [
|
|
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
|
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
|
|
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
|
|
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
|
|
['OrderedList','UnorderedList','-','Outdent','Indent'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['Link','Unlink','Anchor'],
|
|
['Image','Flash','Video','MP3','Table','Rule','Smiley','SpecialChar','UniversalKey'],
|
|
['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
|
|
'/',
|
|
['Style','FontFormat','FontName','FontSize'],
|
|
['TextColor','BGColor'],
|
|
['About'],['Attachment']
|
|
] ;
|
|
|
|
FCKConfig.ToolbarSets["Question"] = [
|
|
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
|
|
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
|
|
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
|
|
['OrderedList','UnorderedList','-','Outdent','Indent'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['Link','Unlink','Anchor'],
|
|
['Image','Flash','Video','MP3','Table','Rule','Smiley','SpecialChar','UniversalKey'],
|
|
['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
|
|
'/',
|
|
['Style','FontFormat','FontName','FontSize'],['Attachment']
|
|
] ;
|
|
|
|
var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ;
|
|
FCKConfig.Plugins.Add("MP3", "en,it", sOtherPluginPath ) ;
|
|
FCKConfig.Plugins.Add("Video", "en,it", sOtherPluginPath ) ;
|
|
FCKConfig.Plugins.Add("Attachment", "en", sOtherPluginPath ) ;
|
|
|