Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
FCKeditor 2
Last post
Sun, 06/18/2006 - 10:48
#1
saul11
Joined:
19/06/2006
Posts:
633
preserve custom tags through GetXHTML() ?
http://fckplugins.saulmade.nl/
Sun, 06/18/2006 - 05:27
#2
saul11
Joined:
19/06/2006
Posts:
633
RE: preserve custom tags through GetXHTML() ?
Never mind, I found out that this only happens when the tagName includes a '%' which most of my tags do because I URLEncode them. Guess I'll have to replace all those '%'s with some other character...
Sun, 06/18/2006 - 10:48
#3
saul11
Joined:
19/06/2006
Posts:
633
RE: preserve custom tags through GetXHTML() ?
That other character became a string...
I tried to use '°' or '¨', but neither of them worked, so I just use a string now (pct_)
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: preserve custom tags through GetXHTML() ?
RE: preserve custom tags through GetXHTML() ?
I tried to use '°' or '¨', but neither of them worked, so I just use a string now (pct_)