Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/11/2009, 17:04
Avatar de Sergestux
Sergestux
 
Fecha de Ingreso: agosto-2007
Ubicación: Tapachula
Mensajes: 1.218
Antigüedad: 16 años, 8 meses
Puntos: 20
Respuesta: textinput activo

Código:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="Textito.setFocus()">
	<mx:TextInput width="350" enabled="true" id="Textito" />
</mx:Application>