I'm interfacing to the editor with PHP. Basic functionality works fine.
I spent a few hours trying to get authoring of embedded javascript to work within the code view. Worked around the problem of <!-- and </script> being interpreted at editor initialisation time instead of being treated as data.
But it looks like scripts can't be entered as quotes are stripped if they're within tags, and apostrophes are converted to close speech marks (char 160) - why is it doing this?
Just wondered if anyone has got around these problems, and also what other gotchas are waiting to be found.
I spent a few hours trying to get authoring of embedded javascript to work within the code view. Worked around the problem of <!-- and </script> being interpreted at editor initialisation time instead of being treated as data.
But it looks like scripts can't be entered as quotes are stripped if they're within tags, and apostrophes are converted to close speech marks (char 160) - why is it doing this?
Just wondered if anyone has got around these problems, and also what other gotchas are waiting to be found.