#2594: Indent and Outdent
--------------------------+-------------------------------------------------
  Reporter:  wikiuser     |       Owner:          
      Type:  New Feature  |      Status:  reopened
  Priority:  High         |   Milestone:          
 Component:  General      |     Version:          
Resolution:               |    Keywords:          
--------------------------+-------------------------------------------------

Comment(by wikiuser):

 The change was done in fckeditor_config.js file in /extensions/FCKeditor.

 We had to add 'Outdent'& 'Indent' in line number 19 of this file. A code
 snippet from the file including line number 19 is given below



    FCKConfig.ToolbarSets['Wiki'] = [
        ['Source'],
        ['Cut','Copy','Paste',/*'PasteText','PasteWord',*/'-','Print'],
 ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
        ['SpecialChar','Table','Image','Rule'],
        ['MW_Template','MW_Special','MW_Ref','MW_References','MW_Math'],
        '/',
        ['FontFormat'],
 ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
 ['OrderedList','UnorderedList','-','Outdent','Indent','-','Blockquote'],
        //['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
        ['Link','Unlink','Anchor'],
        ['TextColor','BGColor'],
        ['FitWindow','-','About']
   ] ;

 The chang from MediaWiki+FCKeditor to General was accidental and
 unintentional.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2594#comment:7>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to