Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15457 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15457 Rev 17002
Línea 53... Línea 53...
53
 
53
 
54
         $this->add([
54
         $this->add([
55
            'name' => 'email',
55
            'name' => 'email',
56
            'type' => \Laminas\Form\Element\Text::class,
56
            'type' => \Laminas\Form\Element\Text::class,
57
             'attributes' => [
57
             'attributes' => [
58
                'maxlength' 	=> 128,
58
                'maxlength' 	=> 250,
59
                'id' 			=> 'email',
59
                'id' 			=> 'email',
60
            ]
60
            ]
Línea 61... Línea 61...
61
         ]);
61
         ]);