class ChatLineView extends Laya.Box{
textfield : any = null;
constructor(){
super();
// this.initLineView();
}
public initLineView (data) : void {
this.pos(0,0);
console.log(this.textfield);
if (this.textfield == null) {
var stextfield = new HTMLDivElement();
}
}