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.
http://xkcd.com/979/

-Patrick


From: rt-users-boun...@lists.bestpractical.com 
[mailto:rt-users-boun...@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
--------
RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston — March 5 & 6, 2012

Reply via email to