Opened 18 years ago
Closed 18 years ago
#206 closed Bug (fixed)
InsertHtml and ProtectedTags mismatch
Reported by: | INS | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | Cc: |
Description
When using FCK.InsertHtml(var) method it automatically cleans up all custom html tags, though they are declared in Config's ProtectedTags option.
(Want to create a new command inserting <my_user username="Userlink">Username</my_user> to HTML-code, declared "my_user" as ProtectedTags, but it doesn't work out with FCK.InsertHtml method)
Fixed with [151].
Click here for more info about our SVN system.