Comunidad de diseño web y desarrollo en internet online

Problema con campo de texto de introduccion de texto

Citar            
MensajeEscrito el 23 Mar 2007 06:15 pm
hola a todos
alguien sabe como crear un campo de texto de introduccion de texto con codigo.

Por eduar

63 de clabLevel



 

msie7
Citar            
MensajeEscrito el 23 Mar 2007 07:09 pm

Código :

import mx.controls.TextInput;
ruta.createClassObject(TextInput, "nombre", profundidad);


Deberás colocar en la biblioteca el componente TextInput.

Por [Sheer]

Claber

283 de clabLevel

1 tutorial

Genero:Masculino  

Barcelona

opera
Citar            
MensajeEscrito el 24 Mar 2007 04:20 am
this.createTextField("my_txt", 1, 100, 100, 300, 100);
my_txt.type = "input";
my_txt.multiline = true;
my_txt.wordWrap = true;
var my_fmt:TextFormat = new TextFormat();
my_fmt.color = 0xFF0000;
my_fmt.underline = true;
my_txt.text = "This is my first test field object text.";
my_txt.setTextFormat(my_fmt);

Por gabynufe

Claber

446 de clabLevel



 

México, D.F.

msie7
Citar            
MensajeEscrito el 18 Dic 2007 07:05 pm

gabynufe escribió:

this.createTextField("my_txt", 1, 100, 100, 300, 100);
my_txt.type = "input";
my_txt.multiline = true;
my_txt.wordWrap = true;
var my_fmt:TextFormat = new TextFormat();
my_fmt.color = 0xFF0000;
my_fmt.underline = true;
my_txt.text = "This is my first test field object text.";
my_txt.setTextFormat(my_fmt);


.....Y todo esto......que hace....???

Por Lemuria

5 de clabLevel



Genero:Masculino  

México

safari
Citar            
MensajeEscrito el 19 Dic 2007 01:50 am
Propiedades, Métodos y eventos de la clase TextField
http://livedocs.adobe.com/flash/9.0_es/ActionScriptLangRefV3/flash/text/TextField.html
aqui se te explica para que sirve cada propiedad que te especifique, y otras para que vayas aprendiendo...

Aqui esta el manual completo de todas las clases:
http://livedocs.adobe.com/flash/9.0_es/ActionScriptLangRefV3/index.html

Aqui otras ayudas de Flash CS3:
http://livedocs.adobe.com/flash/9.0_es/main/wwhelp/wwhimpl/js/html/wwhelp.htm

Todo esto es para ActionScript 3

Por gabynufe

Claber

446 de clabLevel



 

México, D.F.

msie7

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.