Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16325 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16325 Rev 16701
Línea 31... Línea 31...
31
                'maxlength' 	=> 128,
31
                'maxlength' 	=> 128,
32
                'id' 			=> 'name',
32
                'id' 			=> 'name',
33
            ]
33
            ]
34
        ]);
34
        ]);
Línea 35... Línea -...
35
 
-
 
36
       $this->add([
-
 
37
            'name' => 'description',
-
 
38
            'type' => \Laminas\Form\Element\Textarea::class,
-
 
39
            'attributes' => [
-
 
40
                'id'    => 'description',
-
 
41
            ]
-
 
42
        ]);
-
 
43
 
35
 
44
        $this->add([
36
        $this->add([
45
            'name' => 'status',
37
            'name' => 'status',
46
            'type' => \Laminas\Form\Element\Checkbox::class,
38
            'type' => \Laminas\Form\Element\Checkbox::class,
47
            'attributes' => [
39
            'attributes' => [