Annotation of loncom/html/adm/fckeditor/loncapaconfig.js, revision 1.5

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.5     ! faziophi    9: 	['Table', 'Rule', 'Smiley','SpecialChar','PageBreak'], // removed 'Image', 'Table' from front
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
1.4       faziophi   24: FCKConfig.ImageBrowser = false;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>