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.
13 lines
649 B
13 lines
649 B
<?php
|
|
// Course tools
|
|
// Wiki
|
|
$config['ToolbarSets']['Wiki'] = array(
|
|
array('NewPage','Templates','Save','PageBreak','Preview','FitWindow','-','PasteText','-','Undo','Redo','-','SelectAll','-','Find'),
|
|
array('Wikilink','Link','Unlink','Anchor'),
|
|
array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3'),
|
|
array('Table','Smiley','SpecialChar','googlemaps'),
|
|
array('FontFormat','FontName','FontSize'),
|
|
array('Bold','Italic','Underline'),
|
|
array('Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','-','OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'),
|
|
array('Source')
|
|
);
|
|
|