Opened 11 years ago
Last modified 11 years ago
#11536 closed New Feature
Create htmlDecode - complementary function to htmlEncode. — at Version 1
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
We're missing htmlDecode
funciton in CKEDITOR.tools
because we have:
htmlEncodeAttr
- which has its complementary function htmlDecodeAttr
htmlEncode
- which does not have htmlDecode
It make senese to implement such function.
We may consider to do it in conjuction with t/11536, since it will touch the same thing.
Related issues:
#11480 (currently it has implemented private implementation decodeHtml
, so it should reuse tools version)
#11442