Superscript?

Hello,

Is it possible to enable superscript in the RT WYSIWYG (CKEditor?) editor?

Thanks,
Patrick

I didn’t get any responses but I stumbled upon the CKEditor config file in /opt/rt4/share/html/NoAuth/RichText/ckeditor/config.js:

I added Subscript and Superscript to the config.toolbar_Full section:

config.toolbar_Full =
[
[‘Cut’,‘Copy’,‘Paste’,‘PasteText’,‘PasteFromWord’,‘Subscript’,‘Superscript’],
[‘Undo’,‘Redo’,‘-’,‘-’,‘SelectAll’,‘RemoveFormat’],
[‘Table’,‘HorizontalRule’,‘SpecialChar’],
‘/’,
[‘Bold’,‘Italic’,‘Underline’,‘Strike’],
[‘NumberedList’,‘BulletedList’,‘-’,‘Outdent’,‘Indent’],
[‘JustifyLeft’,‘JustifyCenter’,‘JustifyRight’,‘JustifyBlock’],
‘/’,
[‘Format’,‘Font’,‘FontSize’],
[‘TextColor’],
[‘Link’]
];

Hope this helps someone in the future.

-PatrickFrom: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Patrick Fish
Sent: Thursday, December 01, 2011 1:23 PM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] Superscript?

Hello,

Is it possible to enable superscript in the RT WYSIWYG (CKEditor?) editor?

Thanks,
Patrick