nel codice fissa la larghezza del textfield e aggiungi anche il "wordWrap"
Codice PHP:this.path.main.bio._width = 600;
this.path.main.bio.autoSize = "left";
this.path.main.bio.multiline = true;
this.path.main.bio.wordWrap = true;
this.path.main.bio.text = this.bio;

Rispondi quotando