Opened 16 years ago

Closed 16 years ago

#2594 closed New Feature (duplicate)

Indent and Outdent

Reported by: wikiuser Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I am woking on modifying the FCKeditor integration of Mediawiki and i am able to get the indent and outdent buttons in the toolbar. When i try to indent a text the wikitext is not created and the indentation is lost when i save the page. Can you please help me solving this?

Change History (8)

comment:1 Changed 16 years ago by wikiuser

Priority: NormalHigh

comment:2 Changed 16 years ago by Artur Formella

Type: TaskNew Feature

Currently, MediaWiki+FCKeditor project doesn't support this feature. It is DUP of #2559.

comment:3 Changed 16 years ago by Artur Formella

Resolution: duplicate
Status: newclosed

comment:4 Changed 16 years ago by wikiuser

Component: Project : MediaWiki+FCKeditorGeneral
Resolution: duplicate
Status: closedreopened

comment:5 Changed 16 years ago by wikiuser

Please help me solve it as i need it urgently..

comment:6 Changed 16 years ago by Artur Formella

How you get indent and outdent buttons? Why you changed component from Project : MediaWiki+FCKeditor to General ?

comment:7 Changed 16 years ago 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.ToolbarSetsWiki? = [

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.

comment:8 Changed 16 years ago by Artur Formella

Priority: HighNormal
Resolution: duplicate
Status: reopenedclosed

Ok. There are a few tickets about this feature. #2559 was first and better described, so in future please replay in #2559. This ticket is a duplicate.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy