Hi All,
When I toggle the UI to Source in ckeditor and enter following code :
{x+y}={}
Now I am came to UI from Source so the code look likes :
{x+y}={}
Again i toggle from UI to Source the code looks like :
{x+y}={}
If I configure
ckconfig.entities_additional = '#123,#125'; property in lunch js then it will convert like
{x+y} ;={}
So now I want make it as it is like what ever i am entering in ckeditor
Exepected Results:
{x+y}={}
please can any one help me out.
Thanks in adavance.
