[svn r17280] FS#2867 - FCKEditor: A final checking 'Link' and 'Unlink' buttons to be always together. A small correction in the installation_guide.html.

skala
Ivan Tcholakov 16 years ago
parent e7b6af2363
commit 07723ae936
  1. 2
      documentation/installation_guide.html
  2. 2
      main/inc/lib/fckeditor/editor/plugins/bbcode/fckplugin.js

@ -919,7 +919,7 @@ You can enable mathematical equations writing inside the Dokeos online editor (F
FCKConfig.ToolbarSets lines where you want the LaTeX icon to appear
(there is one FCKConfig.ToolbarSets by tool). For example:
<div class="code">FCKConfig.ToolbarSets["Test"] = [<br />
&nbsp;&nbsp;['Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','Link','ImageManager','MP3','OrderedList','UnorderedList','Table','mimetex']<br />
&nbsp;&nbsp;['Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','Link','Unlink','ImageManager','MP3','OrderedList','UnorderedList','Table','mimetex']<br />
] ;</div>

@ -118,6 +118,6 @@ FCKToolbarItems.RegisterItem( 'Source', new FCKToolbarButton( 'Source', 'BBCode'
// toolbar set may be defined in the configuration file with more or less entries.
FCKConfig.ToolbarSets["Default"] = [
['Source'],
['Bold','Italic','Underline','-','Link'],
['Bold','Italic','Underline','-','Link','Unlink'],
['About']
] ;

Loading…
Cancel
Save