First, how to “wrap automatically” ,is there being a Method to invoke? Second , inHtmlEditor,when I hit the enter key for a new line it inserts <p></p>. But,when I initialize the htmlEditor for coding: htmlEditor.setValue("<div>"); And then in my application, I hit the enter key, it inserts<div></div>. So why? I am confused。 Thanks.