Feature #2479 rev. introduction tool bar disabled asciimath because does not run

skala
Juan Carlos Raña 15 years ago
parent c7e06ccf2e
commit 33a4cf0118
  1. 6
      main/inc/lib/fckeditor/toolbars/extended/introduction.php

@ -8,7 +8,7 @@
// For more information: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options
//NOTE: Does not include Replace because it is redundant, being in the same tab to Find
//TODO: DocProps, asciimath, DocProps, Templates don't run ok here. fckeditor_wiris_openFormulaEditor,fckeditor_wiris_openCAS don't run ok here.
//TODO: DocProps, asciimath don't run ok here. Templates loses styles
// Hide/show SpellCheck buttom
if ((api_get_setting('allow_spellcheck') == 'true')) {
@ -22,7 +22,7 @@ else{
$config['ToolbarSets']['Normal'] = array(
array('Save','NewPage','Templates','-','PasteWord'),
array('Undo','Redo'),
array('Link','Image','flvPlayer','Table','mimetex','asciimath'),
array('Link','Image','flvPlayer','Table','mimetex'),
array('UnorderedList','OrderedList','Rule'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('FontFormat','FontName','FontSize','Bold','Italic','Underline','TextColor','BGColor'),
@ -36,7 +36,7 @@ $config['ToolbarSets']['Maximized'] = array(
array('Cut','Copy','Paste','PasteText','PasteWord'),
array('Undo','Redo','-','SelectAll','Find','-','RemoveFormat'),
array('Link','Unlink','Anchor','Glossary'),
array('Image','imgmapPopup','flvPlayer','EmbedMovies','YouTube','Flash','MP3','googlemaps','Smiley','SpecialChar','insertHtml','mimetex','asciimath','fckeditor_wiris_openFormulaEditor','fckeditor_wiris_openCAS'),
array('Image','imgmapPopup','flvPlayer','EmbedMovies','YouTube','Flash','MP3','googlemaps','Smiley','SpecialChar','insertHtml','mimetex','fckeditor_wiris_openFormulaEditor','fckeditor_wiris_openCAS'),
'/',
array('Table','TableInsertRowAfter','TableDeleteRows','TableInsertColumnAfter','TableDeleteColumns','TableInsertCellAfter','TableDeleteCells','TableMergeCells','TableHorizontalSplitCell','TableVerticalSplitCell','TableCellProp','-','CreateDiv'),
array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'),

Loading…
Cancel
Save