this.createTextField("textoejemplo", 1, 100, 100, 200, 80);
textoejemplo.multiline = true; //Multilinea
textoejemplo.wordWrap = true; //Ajuste de texto
textoejemplo.border = true; //Borde
miFormato = new TextFormat();
miFormato.bullet = true;
textoejemplo.text = "Elemento 1\rElemento 2\rElemento 3\rElemento 4"; //Los caracteres \r hacen el retorno de carro
textoejemplo.setTextFormat(miFormato);
Descargar Ejemplo » »
TextFormat II. Listas.
0 - - 07/10/2004 00:00:00




