06/11/2009, 17:04
|
| | | Fecha de Ingreso: agosto-2007 Ubicación: Tapachula
Mensajes: 1.218
Antigüedad: 17 años, 3 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>
|