Annotation of loncom/html/adm/fckeditor/loncapaconfig.js, revision 1.2
1.1 albertel 1: FCKConfig.ToolbarSets["Default"] = [
2: ['Source','DocProps'],
3: ['Cut','Copy','Paste','PasteText','PasteWord'],
4: ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
5: ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
6: ['OrderedList','UnorderedList','-','Outdent','Indent'],
7: ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
8: ['Link','Unlink','Anchor'],
1.2 ! faziophi 9: ['Image','Table','Rule','-', 'Smiley','SpecialChar','PageBreak'],
1.1 albertel 10: ['TextColor','BGColor'],
11: ['Style','FontFormat','FontName','FontSize'],
12: ['FitWindow','-','About']
13: ] ;
14: FCKConfig.LinkUpload = false ;
15: FCKConfig.FlashBrowser = false ;
16: FCKConfig.FlashUpload = false ;
1.2 ! faziophi 17: //FCKConfig.Plugins.Add('autogrow');
! 18: //FCKConfig.AutoGrowMax = 500;
! 19: FCKConfig.IgnoreEmptyParagraphValue = true;
! 20: FCKConfig.FormatSource = false;
! 21: FCKConfig.FormatOutput = true;
! 22: FCKConfig.EnterMode = 'br' ; // p | div | br
! 23: FCKConfig.ShiftEnterMode = 'p' ; // p | div | br
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>