Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16766 Rev 16842
Línea 22... Línea 22...
22
        $this->add([
22
        $this->add([
23
            'name' => 'description',
23
            'name' => 'description',
24
            'type' => \Laminas\Form\Element\Textarea::class,
24
            'type' => \Laminas\Form\Element\Textarea::class,
25
            'attributes' => [
25
            'attributes' => [
26
                'id'    => 'description',
26
                'id'    => 'description',
27
                'maxlength' => 128,
-
 
28
            ]
27
            ]
29
        ]);
28
        ]);
Línea 30... Línea 29...
30
 
29
 
31
        $this->add([
30
        $this->add([