Hi All,
we are customizing special character by misctoolplugin.js. There is an issue regarding this. Whenever we are saving an special charter then in source edit its not getting saved as HTML code, rather as the special character.
like @ is saving as @ not its HTML code.
the behavior is normal only, means OOB also behaves in the same way. But we have requirement to store it as HTML code only.
Whenever we click on the button for special character- at the end execCommand("insertHTML", false, specialCharater); method is called that means we call Command insertHTML and that command is only doing this.
note: value of specialCharacter is HTML code only of that particular selected special character.
So please tell if there is any other method/command we can use instead of insertHTML or anything else that will help us in achieving this.
Please help.
Thanks