Hi,
i'm using inline edit for a text-field with server-side url.
now if I submit the cell some special chars get converted:
|
1 |
" to "<br />& to &<br />< to <<br />> to ><br /> |
e.g. in the POST-Header you find something like this:
id: 1
value: "&<>"
Expected behaviour
id: 1
value: “&<>“
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top