123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?php
- $config['ToolbarSets']['Normal'] = array(
- array('NewPage','FitWindow','-','PasteWord','-','Undo','Redo','-','SelectAll'),
- array('Link','Unlink','Anchor'),
- array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex','asciimath','asciisvg'),
- array('Table','SpecialChar'),
- array('OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor','-','Source'),
- '/',
- array('Style','FontFormat','FontName','FontSize'),
- array('Bold','Italic','Underline'),
- array('JustifyLeft','JustifyCenter','JustifyRight')
- );
|