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

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'],
        !             9: 	['Image','Table','Rule','Smiley','SpecialChar','PageBreak'],
        !            10: 	['TextColor','BGColor'],
        !            11: 	['Style','FontFormat','FontName','FontSize'],
        !            12: 	['FitWindow','-','About']
        !            13: ] ;
        !            14: FCKConfig.LinkUpload = false ;
        !            15: FCKConfig.FlashBrowser = false ;
        !            16: FCKConfig.FlashUpload = false ;
        !            17: FCKConfig.Plugins.Add('autogrow');
        !            18: FCKConfig.AutoGrowMax = 500;

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