window.myEditor = new YAHOO.widget.Editor(document.getElementById('msgpost'), {
height: '300px',
width: '522px',
dompath: true,
animate: true
});
window.myEditor.DOMReady = true;
window.myEditor.render();
this.viewGate.innerHTML = window.myEditor.getEditorHTML();