解决方案:
afterBlur:function(){
//清空<p>标签,进行非空验证,最好把默认的<P>去掉
if(this.isEmpty()) this.html("");
//同步数据到TextArea
this.sync();
}