Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Thu, 06/18/2009 - 13:25
#1
psbharathy
Joined:
18/06/2009
Posts:
4
Wants to change the JustifyClasses as Right
I want to change the JustifyClasses in the FCK editor, it should display right justify as default
Thu, 06/18/2009 - 15:33
#2
laxmanthota
Joined:
18/06/2009
Posts:
7
Re: Wants to change the JustifyClasses as Right
Hi psbharthy,
I think there is a option in fckconfig.js
Line number : 336
// [ Left, Center, Right, Justified ]
FCKConfig.JustifyClasses = [] ;
I hope this works for You
Thanks
Laxman
Sat, 06/20/2009 - 10:56
#3
psbharathy
Joined:
18/06/2009
Posts:
4
Re: Wants to change the JustifyClasses as Right
Thanks laxman!
But i am using the multi language editor when i chosse english JustifyClasses as left
if I change to Arabic it should use right justify !
can you help on this !
Sat, 06/20/2009 - 17:38
#4
jerome
Joined:
31/03/2008
Posts:
69
Re: Wants to change the JustifyClasses as Right
In the file fckconfig.js search for this: FCKConfig.ContentLangDirection
Try to change it to rtl (right to left).
Maybe that's any help
Mon, 06/22/2009 - 11:12
#5
psbharathy
Joined:
18/06/2009
Posts:
4
Re: Wants to change the JustifyClasses as Right
oFCKeditor.Config["AutoDetectLanguage"] = false ;
oFCKeditor.Config["DefaultLanguage"] = 'ar' ;
oFCKeditor.ContentLangDirection = 'rtl' ;
I have tried the above one but it doesn't work
is that correct !!!
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Wants to change the JustifyClasses as Right
I think there is a option in fckconfig.js
Line number : 336
// [ Left, Center, Right, Justified ]
FCKConfig.JustifyClasses = [] ;
I hope this works for You
Thanks
Laxman
Re: Wants to change the JustifyClasses as Right
But i am using the multi language editor when i chosse english JustifyClasses as left
if I change to Arabic it should use right justify !
can you help on this !
Re: Wants to change the JustifyClasses as Right
Try to change it to rtl (right to left).
Maybe that's any help
Re: Wants to change the JustifyClasses as Right
oFCKeditor.Config["DefaultLanguage"] = 'ar' ;
oFCKeditor.ContentLangDirection = 'rtl' ;
I have tried the above one but it doesn't work
is that correct !!!