Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/10/2008, 11:18
worldPeace_Plis
Usuario no validado
 
Fecha de Ingreso: marzo-2007
Mensajes: 238
Antigüedad: 17 años, 1 mes
Puntos: 5
Respuesta: iniciar formato de texto en input txt

tampoco funciona aplicando el formato al crear los campos:
Código PHP:
for (var i in this) {
    if (
this[i] instanceof TextField) {
    
this[i].border true;
    
this[i].type "input";
    
//
    
newFocus.setTextFormat(my_fmt);

:(