Needs review
Project:
Wysiwyg
Version:
6.x-2.x-dev
Component:
Editor - CKEditor
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2011 at 16:49 UTC
Updated:
9 Aug 2012 at 22:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
timdiacon commentedRight I've worked out how to do this, you need to add the code below to line 321 of ckeditor.inc (function name wysiwyg_ckeditor_plugins)
'BidiLtr' => t('Lang LTR;'), 'BidiRtl' => t('Lang RTL'),It would be great to have this update included in the next release so I'm going to amend category to feature request
Comment #2
ethnovode commentedThe buttons for ltr/rtl are available in tinymce but not in ckeditor. Would be nice to have.
Thanks timdiacon.
Comment #3
twodOops, these buttons were overlooked...
Looks like they were added in CKEditor 3.4b build 5808, see ticket #5909 and the changelog.
I tested the patch with releases 3.3.2, 3.4b and 3.6 to make sure the buttons are only available for the relevant versions and have not been removed recently.
EDIT: We normally create patches against the master branch, but this one should apply to all.
Comment #4
prabhatjn commentedThis patch works!!
Is it already committed?
Perry.
Comment #5
twodFixed the incorrect button name in in the unset() and committed this to all branches.
The -dev snahpshots will be updated within 12hrs and this patch will be in the next release.
Thanks for reporting, patching, testing and commenting!
Comment #7
hefox commentedAny chance of backport?
Patch seems to work fine so far.