inplace editor and textarea

It looks like your in-place editor contains a text area that it is manipulating.

You could try innerHTML.textarea.innerHTML to get the content of the text area. But, the in-place editor probably has a documented way to access the content that uses JavaScript.

Michael