Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16248 Rev 16250
Línea 25... Línea 25...
25
                'maxlength' 	=> 128,
25
                'maxlength' 	=> 128,
26
                'id' 			=> 'name',
26
                'id' 			=> 'name',
27
            ]
27
            ]
28
        ]);
28
        ]);
Línea 29... Línea -...
29
 
-
 
30
       $this->add([
-
 
31
            'name' => 'description',
-
 
32
            'type' => \Laminas\Form\Element\Textarea::class,
-
 
33
            'attributes' => [
-
 
34
                'id'    => 'description',
-
 
35
            ]
-
 
Línea 36... Línea 29...
36
        ]);
29
 
37
 
30
 
38
        $this->add([
31
        $this->add([
39
            'name' => 'status',
32
            'name' => 'status',