|
|
|
@ -1,6 +1,8 @@ |
|
|
|
|
<?php |
|
|
|
|
// Course tools |
|
|
|
|
// Course introduction |
|
|
|
|
|
|
|
|
|
// The toolbar set that is visible when the editor has "normal" size. |
|
|
|
|
$config['ToolbarSets']['Introduction'] = array( |
|
|
|
|
array('NewPage','FitWindow','-','PasteWord','-','Undo','Redo','-','SelectAll'), |
|
|
|
|
array('Link','Unlink','Anchor'), |
|
|
|
@ -14,10 +16,17 @@ $config['ToolbarSets']['Introduction'] = array( |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
// The toolbar set that is visible when the editor is maximized. |
|
|
|
|
// If it has not been defined, then the toolbar set for the "normal" size is used. |
|
|
|
|
$config['ToolbarSets']['IntroductionMaximized'] = array( |
|
|
|
|
array('FitWindow','-') // ... |
|
|
|
|
); |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
// Here new width and height of the editor may be set. |
|
|
|
|
//$config['Width'] = '100%'; |
|
|
|
|
//$config['Height'] = '300'; |
|
|
|
|
|
|
|
|
|
// This setting activates on leaners only. |
|
|
|
|
// For users with other statuses there is no blocking copy/paste. |
|
|
|
|
//$config['BlockCopyPaste'] = false; |
|
|
|
|