Closed (fixed)
Project:
BUEditor
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2009 at 15:11 UTC
Updated:
8 Nov 2009 at 19:50 UTC
I'm planning to make list with special characters (like it's now with h1, h2, h3, h4), but instead &something; I'm getting <&something;> I know that's though for the html tags not special characters, so how can I change this to get &something; without < > ?
Here's my code:
js: eDefTagChooser([
['Ω', 'Ω'],
['©', '©'],
['>', '>'],
['<', '<']
], true, 'li', 'ul', 'slideDown');//choose among tags
Comments
Comment #1
ufku commentedthat's not ver likely with eDefTagChooser. try this:
Comment #2
v8powerage commentedThank U very much, that's exactly what I needed! I think that this could be implemented into module, since it's really useful, it's wikipedia edit page-like list of special characters.
Comment #4
v8powerage commentedIt doesn't works with 2x version anymore…
The same is with smileys button: http://ufku.com/drupal/bueditor/contributions/smileys
Comment #5
ufku commentedPopup structure changed in 2.x and it now allows to open popups using jquery objects as the content.
For smileys
Comment #6
v8powerage commentedMy list of special characters works as charm, but smileys not, I'm getting such a error when click on it: ReferenceError: smlyWrap is not defined
Comment #7
ufku commentedSmiley code was updated.
I tested it with Smileys 6.x-1.0-alpha5 and it works.
Comment #8
v8powerage commentedOK, I checked this again and it works, my fault.
Many thanks for help!