Xinha Editor com Ajax - Get HTML Function / Pegar HTML do Editor

.
.
.
.
.

 
function getXinhaHTML(XinhaTextAreaID)
{
return eval('xinha_editors.'
+ XinhaTextAreaID
+ '.outwardHtml(xinha_editors.'
+ XinhaTextAreaID
+ '.getHTML())');
}
 
// alert(getXinhaHTML('TextAreaID_XinhaEditorRulez'));

Outras postagens interessantes

Deixe o seu comentário

Você pode usar as seguintes tags no seu comentário: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="">

Para comentar um código, utilize por exemplo: <pre lang="php" line="2">echo 'Hello World';</pre>