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
Priority: | Normal → High |
---|
comment:2 Changed 16 years ago by
Type: | Task → New Feature |
---|
comment:3 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:4 Changed 16 years ago by
Component: | Project : MediaWiki+FCKeditor → General |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
comment:6 Changed 16 years ago by
How you get indent and outdent buttons? Why you changed component from Project : MediaWiki+FCKeditor to General ?
comment:7 Changed 16 years ago by
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
Priority: | High → Normal |
---|---|
Resolution: | → duplicate |
Status: | reopened → closed |
Currently, MediaWiki+FCKeditor project doesn't support this feature. It is DUP of #2559.