Opened 16 years ago
Last modified 16 years ago
#2752 confirmed New Feature
Smiley face short hand
Reported by: | Rob | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | FCKeditor 2.6.3 |
Keywords: | Cc: |
Description
Hi :)
When adding Smiley faces in FCKEditor I have to search for the smile, choose it, and then click ok.
Would it be possible to simply type a smiley shorthand for core smiley faces (the common ones) -
:) :( :x
And have the smiley face replaced with the corresponding image? Shorthand could be designated in the config file.
When the user presses save this replacement is saved out also. I'm able to do this by manipulating the oFCKeditor.Value string before it is saved. I search for :) :( etc and swap them for images, but I can't show this in the Editor at the moment.
Thanks,
Rob