Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2009 at 03:01 UTC
Updated:
11 Jan 2010 at 08:42 UTC
Hi! Guys,
Need a little support from you again. =)
I want to know if there's any way that the FCKeditor toolbar would appear in the "Title" field? I was having issues on superscripting the registered trademark ®. Whenever I tried to add " ® ", its HTML code also appears in the Title.
ex. Title One (sup) ® (/ sup)
Note: the parenthesis in the (sup) code is intentional so it will not use the Drupal formatting.
Or, if there's no way that I can do that, can anyone give me a solution for this?
Thanks a lot in advance.
Comments
Comment #1
Jorrit commentedThe title field is not meant to contain HTML, so FCKeditor is not going to be made suitable for it. It would be difficult, as the field is a textfield, not a textarea. You might be able to create a small module that modifies the form to change the title field into a textarea.
Comment #2
lizac commentedI see thanks Jorrit for this valuable info. =)